mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
* Add bluebird-global typings for bluebird.js. `bluebird-global` uses `bluebird` typings in order to expose its functions on the global Promise symbol. This is generally how devs use bluebird.js in the browser. * Sort methods alphabetically in `bluebird-global` and apply some code style fixes. * Apply code style fixes in `bluebird-global`. * Add `noImplicitThis: true` to `bluebird-global/tsconfig.ts`.