An open API service indexing awesome lists of open source software.

https://github.com/afeiship/next-priority-queue

Priority queue for next.
https://github.com/afeiship/next-priority-queue

next priority queue

Last synced: 7 months ago
JSON representation

Priority queue for next.

Awesome Lists containing this project

README

          

# next-priority-queue
> Priority queue for next.

[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]

## installation
```bash
npm install -S @jswork/next-priority-queue
```

## apis
| api | params | description |
|-----|--------|---------------|
| get | - | desc balabala |

## usage
```js
import NxPriorityQueue from '@jswork/next-priority-queue';
```

## license
Code released under [the MIT license](https://github.com/afeiship/next-priority-queue/blob/master/LICENSE.txt).

[version-image]: https://img.shields.io/npm/v/@jswork/next-priority-queue
[version-url]: https://npmjs.org/package/@jswork/next-priority-queue

[license-image]: https://img.shields.io/npm/l/@jswork/next-priority-queue
[license-url]: https://github.com/afeiship/next-priority-queue/blob/master/LICENSE.txt

[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-priority-queue
[size-url]: https://github.com/afeiship/next-priority-queue/blob/master/dist/next-priority-queue.min.js

[download-image]: https://img.shields.io/npm/dm/@jswork/next-priority-queue
[download-url]: https://www.npmjs.com/package/@jswork/next-priority-queue