# @zcyutils/storage

> 浏览器storage 方法封装

Latest version **0.0.1** (published 2022-01-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @zcyutils/storage
pnpm add @zcyutils/storage
yarn add @zcyutils/storage
bun add @zcyutils/storage
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2022-01-15 |
| First published | 2022-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | zhuchuanuyong |
| Maintainers | zhuchuanyong |

## Links

- npm: https://www.npmjs.com/package/@zcyutils/storage
- Repository: https://github.com/zhuchuanyong/FEutils
- Homepage: https://github.com/zhuchuanyong/FEutils#readme
- Issues: https://github.com/zhuchuanyong/FEutils/issues
- npm.io page: https://npm.io/package/@zcyutils/storage

## Recent versions

- 0.0.1 (latest) — 2022-01-15

## README

# 浏览器storage 方法简单封装

## ✨ 特性
- 🚀 快速，使用简单
- 📦 基于 esbuild 进行打包，提供`cjs`、`es`、`umd`三种格式
- 💻 使用 TypeScript 构建，提供完整的类型定义文件

## 🏗 安装

```shell
$ npm i @zcytools/utils
$ yarn add @zcytools/utils
$ pnpm add @zcytools/utils
or 也可独立安装独立的功能包
$ npm i @zcytools/storage
```
## 🔨 使用

* 浏览器:

```html
<script src="iife/index.js"></script>
```

* ES6/TS

```ts
import { xx } from '@zcytools/utils';
// or 只引入需要使用的包
import { xx } from '@zcytools/storage';
```

---
_Source: https://npm.io/package/@zcyutils/storage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
