0.0.3 • Published 13 days ago

@renzp/storage v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

storage

一款零依赖、快速灵活、简单易用的localStorage API库

安装

npm install @renzp/storage

使用

import storage from '@renzp/storage'

const token = 'WEB_TOKEN'

// 设置值
storage.set(token, 'UwhbBh1qzxHXMetSIRI3mQ1X')
// 获取值
const test = storage.get<string>(token)
// 清除值
storage.remove(token)
0.0.3

13 days ago

0.0.2

4 months ago

0.0.1

2 years ago