@superherocheesecake/local-storage
v2.0.3
Published
Will check if local storage is available. If it's not available it will just fail silently.
Downloads
1
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-storage
Import the module
import { localStorage } from '@superherocheesecake/local-storage';
Basic usage
localStorage.set(key, value);
localStorage.get(key);
localStorage.remove(key);