0.0.1 • Published 6 years ago
@aidenbai/group.js v0.0.1
About
Group.js is a utility data structure module with significantly improved performance and ease-of-use.
- 🎉 Small file size (~1kb)
- ⚡️ Blazing fast performance
- 🚀 Minimal & intuitive API
Installation
$ npm i -s group.js
Links
- Website
- NPM
- Github
Usage
const Group = require('group.js');
const group = new Group();
group.set('foo', 'bar');
group.get('foo'); // returns 'bar'
More Examples
0.0.1
6 years ago