1.0.1 • Published 4 years ago

@chatopera/q v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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