[](https://opensource.org/licenses/mit-license.php) [](https://badge.fury.io/js/ss-queue)
npm install ss-queue 
Data Structure Serial - Queue
- written in Typescript
- inner use Singly-Linked List;
- fully tested
Refer:
- 前端学数据结构 - 栈(Stack)和 队列(Queue)
``bash`
npm install ss-queue --save
`javascript`
var Queue = require('ss-queue');
Include the pre-built script.
`html
`
`bash`
npm run build
`bash`
npm test
`bash`
npm run doc
then open the generated out/index.html` file in your browser.
MIT.