@santi100/queue-lib
v0.0.1
Published
Santi's Quick Queue: First in, first out!
Downloads
1
Readme
Santi's Quick Queue
- 🚀 Lightweight and fast^
- 👴 ES3-compliant*
- 💻 Portable between the browser and Node.js
- 📘 Comes with built-in TypeScript definitions
What's this?
This is a simple TypeScript implementation of a queue data structure, where the first item put onto it (enqueued) is the first to be taken out (dequeued).
- Via NPM:
npm install @santi100/queue-lib
- Via Yarn:
yarn add @santi100/queue-lib
- Via PNPM:
pnpm install @santi100/queue-lib