Quesk
JSON →Quesk is a lightweight JavaScript library (v2.0.1, last updated 2017) providing abstract data types for both Queue and Stack collections. It supports both CommonJS and ES module imports, and includes a UMD bundle for browser use. The API is minimal, offering methods like append, prepend, shift, pop, first, last, and length. It differentiates from libraries like `denque` or `double-ended-queue` by focusing solely on basic first-in-first-out and last-in-first-out operations without additional features, making it suitable for small projects or educational use. However, it has no active maintenance and may lack modern JavaScript optimizations.
Resources
packagequesk ↗