local-storage-objects

2.0.0 • Public • Published

local-storage-objects

import localStorage from 'local-storage-objects';

const result = localStorage.setItem('a', { a: 1 });
console.log(result); // true if set ok

const a = localStorage.getItem('a');
console.log(a); // { a: 1 }

Readme

Keywords

Package Sidebar

Install

npm i local-storage-objects

Weekly Downloads

5

Version

2.0.0

License

ISC

Unpacked Size

1.82 kB

Total Files

4

Last publish

Collaborators

  • ipostol