@superherocheesecake/local-storage
v2.0.3
Published
Will check if local storage is available. If it's not available it will just fail silently.
Maintainers
Keywords
Readme
LocalStorage
Will check if local storage is available. If it's not available it will just fail silently.
NPM installation
npm i --save @superherocheesecake/local-storageImport the module
import { localStorage } from '@superherocheesecake/local-storage';Basic usage
localStorage.set(key, value);
localStorage.get(key);
localStorage.remove(key);