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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.35latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.35
1.0.22
1.0.12
1.0.02

Package Sidebar

Install

npm i localstorage-with-expire

Weekly Downloads

11

Version

1.0.3

License

MIT

Unpacked Size

3.47 kB

Total Files

3

Last publish

Collaborators

  • kye0038883