@chatopera/q

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

Usage no npm install needed!

<script type="module">
  import chatoperaQ from 'https://cdn.skypack.dev/@chatopera/q';
</script>

README

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