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.
- Host: GitHub
- URL: https://github.com/afeiship/next-priority-queue
- Owner: afeiship
- License: mit
- Created: 2020-02-04T04:42:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T11:53:22.000Z (over 5 years ago)
- Last Synced: 2025-03-08T10:02:59.432Z (about 1 year ago)
- Topics: next, priority, queue
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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