Queue ADT

JSON →
library 0.1.1 ·javascript
verified Jun 7, 2026

A lightweight FIFO queue data structure implementation for browser and Node.js. Version 0.1.1 provides enqueue, dequeue, first, isEmpty, size, empty methods and an iterator. Supports bounded capacity with optional initial capacity. Minimal dependencies, simple API. No TypeScript types. Suitable for small projects needing a basic queue.