2.0.3 • Published 3 years ago

@superherocheesecake/local-storage v2.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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

3 years ago

2.0.2

3 years ago

2.0.1-canary.4

3 years ago

2.0.1-canary.3

3 years ago

2.0.1

4 years ago

2.0.0

5 years ago