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

1.0.1 • Public • Published

storage logo

Bundle size Downloads Version License

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)

Readme

Keywords

Package Sidebar

Install

npm i @renzp/storage

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.3 kB

Total Files

4

Last publish

Collaborators

  • renzp