1.0.1 • Published 6 years ago

blu-store v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Blu-Store, a map with additional methods.

Usage

const Store = require('blu-store');
const Data = new Store();

Data.set('foo', 'bar');
Data.get('foo'); // 'bar'
1.0.1

6 years ago

1.0.0

6 years ago

2.0.0

6 years ago