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