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

Dependencies (0)

    Dev Dependencies (0)

      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