1.0.1 • Published 9 months ago

@renzp/storage v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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)
1.0.1

9 months ago

1.0.0

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

2 years ago