# @dzo/utils

> 面向企业内部的javascript工具库

Latest version **1.0.4** (published 2023-02-10) · 0 weekly downloads

## Install

```sh
npm install @dzo/utils
pnpm add @dzo/utils
yarn add @dzo/utils
bun add @dzo/utils
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2023-02-10 |
| First published | 2022-11-22 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 80.5 KB |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | dilu |
| Maintainers | xkbhcq, jws132, dzweb, bruceliu68, kakarrotto, eric168 |

## Links

- npm: https://www.npmjs.com/package/@dzo/utils
- npm.io page: https://npm.io/package/@dzo/utils

## Dependencies (7)

- [qs](https://npm.io/package/qs.md) ^6.10.1
- [xlsx](https://npm.io/package/xlsx.md) ^0.18.5
- [lodash](https://npm.io/package/lodash.md) ^4.17.20
- [nanoid](https://npm.io/package/nanoid.md) ^3.1.30
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [prop-types](https://npm.io/package/prop-types.md) ^15.7.2
- [eslint-plugin-html](https://npm.io/package/eslint-plugin-html.md) ^6.1.1

## Recent versions

- 1.0.4 (latest) — 2023-02-10
- 1.0.3 — 2023-01-04
- 1.0.2 — 2022-12-09
- 1.0.1 — 2022-12-07
- 1.0.0 — 2022-11-22

## README

# @dzo/utils

一款面向复杂业务场景的 javascript 工具库

## Getting Started

Install dependencies,

```bash
$ npm i
```

Start the dev server,

```bash
$ npm start
```

Build documentation,

```bash
$ npm run docs:build
```

Build library via `father-build`,

```bash
$ npm run build
```

发包

```bash
$ npm run release
```

## 历史版本信息

- 1.0.0 首次发布@dzo/utils 组件库
- 1.0.1 新增 isEmoji, numParseChina, groupBy, deepMerge, changeCase, isPromise, isData, cookie, store 函数
- 1.0.2 新增 excle 解析, txtFile 文件解析 函数
- 1.0.3 新增 keyBy 函数
- 1.0.4 新增 getTypeName 函数, getBirthDay 函数根据身份证获取生日, omit 反选对象的属性方法, omitBy 函数反选对象的属性方法, pick 反选对象的属性方法, pickBy 函数反选对象的属性方法

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