Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/studio107/easy-storage

Simple wrapper for localStorage, sessionStorage and cookie.
https://github.com/studio107/easy-storage

Last synced: 6 days ago
JSON representation

Simple wrapper for localStorage, sessionStorage and cookie.

Awesome Lists containing this project

README

        

Simple wrapper for localStorage, sessionStorage and cookie.

```js
import { localStorage, sessionStorage } from 'easy-storage';

localStorage.set('foo', 'bar');
localStorage.set('foo', {'bar': true});
```

For cookieStorage see 'js-cookie' package