mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add shim function to typings Add shim function to typings for promise.prototype.finally so that it can be used in a TypeScript project. * Added shim test * Update code style. * Change return type to original promise. The finally block should return the type of the original promise, not whatever is passed in to the finally block. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| promise.prototype.finally-tests.ts | ||
| tsconfig.json | ||