npm

@chatopera/q

1.0.1 • Public • Published

node-q

Mimic https://github.com/kriskowal/q with Native Promise.

npm install @chatopera/q

Usage

const Q = require("q");

# https://www.npmjs.com/package/q#using-deferreds
Q.defer();

# https://www.npmjs.com/package/q#using-qfcall
Q.fcall();

# https://www.npmjs.com/package/q#chaining
Q.allSettled();

Why

For API compatibility purpose and make it faster with Native Promise.

Give credits to

q

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.12latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.12
1.0.01

Package Sidebar

Install

npm i @chatopera/q

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

5.71 kB

Total Files

5

Last publish

Collaborators

  • chatopera