null-storage
v1.0.0
Published
Web Storage API implementation with no store
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-storageExample
import { nullStorage } from "null-storage";
// Note: nothing will be saved!
nullStorage.setItem("key");