1.0.1 • Published 3 years ago

js-queuewsf v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

js-queuewsf

Installation

For node.js, you can use this command to install:

npm install js-queue

Usage

You could use like this:

queue.push(promise)
queue.start(res => res).catch(err => err)

If you use node.js, you should require the module first:

import queue from 'js-queue';

Example

License

The project is released under the MIT license.

Contact

Author: Wang, Shao-feng (741987899@qq.com)

1.0.1

3 years ago

1.0.0

3 years ago