queued.js

1.0.0 • Public • Published

queued.js

Queue implementation in TypeScript for Node and the browser, based on Stacked.js.

Queued are data containers that can be read from bottom, but written at the top. This library allows you to use and manage queues, limited or not, persistent or not.

Install

npm i queued.js

Usage

Everything works much like Stacked.js. You can follow the docs, with just a change:

  • The .pop() method is not available
  • Use .first() instead, to access the first item

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i queued.js

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.36 kB

Total Files

5

Last publish

Collaborators

  • jesobreira