JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 238
  • Score
    100M100P100Q100158F
  • License MIT

Node.js localstorage for KVS.

Package Exports

  • @kvs/memorystorage
  • @kvs/memorystorage/lib/index.js
  • @kvs/memorystorage/module/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kvs/memorystorage) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@kvs/memorystorage

In-Memory storage for KVS.

📝 It is not persisted storage.

Dependencies

Install

Install with npm:

npm install @kvs/memorystorage

Usage

See https://github.com/azu/kvs#usage

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT © azu