2.0.3 • Published 4 years ago
@superherocheesecake/local-storage v2.0.3
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);
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1-canary.4
4 years ago
2.0.1-canary.3
4 years ago
2.0.1
5 years ago
2.0.0
6 years ago