Sign in Sign up
npm

simple-js-hash-store

how to import: ``` const HashStore = require('simple-js-hash-store') const hashStore = new HashStore('./data') ``` storing data ``` const reference = hashStore.save('test') ``` if memory encombered you can remove a specific item from memory using it's ref

npm View on Npm

Activity

Latest release
7y ago
Total releases
7
Cadence
~daily
Last 12 months
0

Details

License
MIT
First release
Mar 25, 2019
Releases
Version Released
1.0.6 patch
1.0.5 patch
1.0.4 patch
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial