1.0.0 • Published 5 years ago

null-storage v1.0.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
5 years ago

Null Storage

GitHub GitHub tag (latest SemVer) TypeScript Support

Web Storage API implementation with no store effects.

May be used when storage not configured yet or inside Node.JS as placeholder.

Installation

Using npm

npm i null-storage

Example

import { nullStorage } from "null-storage";

// Note: nothing will be saved!
nullStorage.setItem("key");

Contributors

License

MIT