localstorage-with-expire

1.0.3 • Public • Published
install localstorage-with-expire
import { get, set } from 'localstorage-with-expire'
set('your-record-name', {}, {
    day: 1,
    minute: 1
})

get('your-record-name')

set: set locatstorage data with expire date

get: -get the data from localstorage -remove the data and return null when expire date is out

Package Sidebar

Install

npm i localstorage-with-expire

Weekly Downloads

10

Version

1.0.3

License

MIT

Unpacked Size

3.47 kB

Total Files

3

Last publish

Collaborators

  • kye0038883