0.0.1 • Published 12 months ago

@santi100/queue-lib v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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