{"library":"queue-adt","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.1.1","tags":["javascript","queue","adt","datatype","abstractdatatype"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queue-adt","imports":["const Queue = require('queue-adt');","import Queue from 'queue-adt';","<script src=\"queue-adt.min.js\"></script>; var queue = new Queue();"]},{"cmd":"yarn add queue-adt","imports":[]},{"cmd":"pnpm add queue-adt","imports":[]}],"homepage":"https://github.com/pasangsherpa/queue-adt","github":"https://github.com/pasangsherpa/queue-adt","docs":null,"changelog":null,"pypi":null,"npm":"queue-adt","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}