@santi100/queue-lib
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Santi's Quick Queue

Build Status npm homepage GitHub stars License Bundlephobia stats

  • 🚀 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

API

Readme

Keywords

Package Sidebar

Install

npm i @santi100/queue-lib

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

63.7 kB

Total Files

37

Last publish

Collaborators

  • santi100a