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.
Traffic · last 30 days stale · no recent hits
total hits 7
actors 1 distinct systems
last hit 18d ago human
top countries 🇸🇬 Singapore · 🇺🇸 United States
Resources
packagequesk ↗