npm.io
0.0.2 • Published 6 years ago

local-storage-ts

Licence
ISC
Version
0.0.2
Deps
0
Size
10 kB
Vulns
0
Weekly
0

Install

npm install local-storage-ts --save

Use

` import storage from 'local-storage-ts'

storage.set('key', 'value') storage.set('arr', [1, 2, 3]) storage.set('obj', {a: '1'})

storage.get('key') // <- 'value' storage.get('arr') // <- [1, 2, 3] storage.get('obj') // <- {a: '1'} `

Keywords