mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
- 'Old' typings moved to "-1.0" version - Not all v2 methods are added yet - Promise also implements Inspection - .finally() doesn't get the value in its callback - .done() returns void, not a Promise - Add .tap() and .setScheduler() - Add error types for use in e.g. catch()'ing specific errors - Inspection.error() renamed to .reason()