promise-pinky
v1.0.0-beta.0
Published
cancellable promises and concurrency
Downloads
8
Maintainers
Readme
Pinky
Installation
For the latest stable version:
npm i promise-pinkyDocumentation
Running examples
To run the examples:
npx ts-node <file name>For instance running decorators.ts would be
npx ts-node examples/decorators.tsBuilding
To start developing:
npm i
npm run test-debugTo build a production version:
npm run build