fixed-set

0.0.1 • Public • Published

fixed-set

fixed size set for JavaScript

Build Status Coverage Status npm version npm downloads npm license

Install

$ npm i fixed-set --save

API

const FixedSet = require('fixed-set');

queue

const s = new FixedSet(2);
s.add(1).add(2);
s.queue(3).then(i => {
 
});

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org

Package Sidebar

Install

npm i fixed-set

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • magicdawn