3.5.3-b • Published 7 years ago

@cw-types/bluebird v3.5.3-b

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

Installation

First, run npm install --save @cw-types/bluebird

Then, you must add node_modules/@cw-types to your tsconifg.json file, like so:

    "typeRoots": [
      "node_modules/@cw-types",
      "node_modules/@types"
    ]

This will enable the Typescript compiler to find and use this typing since it is not installed under node_modules/@types.

Please note the order is important of the entries in typeRoots. If you want node_modules/@types to resolve first then move it up top.

Summary

Modified type definitions for bluebird 3.5.0 that force return values for then, catch and other chaining function that make sense to have return values.

This package contains type definitions for bluebird.

Credits

Starting definitions were written by Leonard Hecker.

Maintainers

This project is mainted by Kavan J. Shaban at Cycloware

3.5.3-b

7 years ago

3.5.3

7 years ago

3.5.2-f

7 years ago

3.5.2-e

7 years ago

3.5.2-d

7 years ago

3.5.2-c

7 years ago

3.5.2-b

7 years ago

3.5.2-a

7 years ago

3.5.2

7 years ago