null-storage
v1.0.0
Published
Web Storage API implementation with no store
Downloads
3
Maintainers
Readme
Null Storage
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");