@libertyio/data-collection-memory-js
v0.3.0
Published
Store data collections in memory
Downloads
3
Maintainers
Readme
data-collection-memory-js
A library that implements the Data Collection Interface using an in-memory data structure.
Build
npm run lint
npm run build
Test
Run all tests:
npm test
Run a single test file:
npx mocha test/unit/example.js