@hackkun/web-storage
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

@hackkun/web-storage

localStorage sessionStorage

Usage

import { SessionStorageUtil, LocalStorageUtil } from '@hackkun/web-storage'

SessionStorageUtil.set('guard', true)
LocalStorageUtil.set('guard', true)

SessionStorageUtil.get('guard')

SessionStorageUtil.set('guard', true, 多长时间过期(秒))

Package Sidebar

Install

npm i @hackkun/web-storage

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

3.22 kB

Total Files

5

Last publish

Collaborators

  • hack.wang