# @pengzhanbo/utils

> a personal utils package

Latest version **3.12.0** (published 2026-09-19) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.12.0 |
| Published | 2026-09-19 |
| First published | 2023-06-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 319.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3 |
| Author | pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo) |
| Maintainers | pengzhanbo |
| Keywords | utils |

## Links

- npm: https://www.npmjs.com/package/@pengzhanbo/utils
- Repository: https://github.com/pengzhanbo/utils
- Issues: https://github.com/pengzhanbo/utils/issues
- npm.io page: https://npm.io/package/@pengzhanbo/utils

## Recent versions

- 3.12.0 (latest) — 2026-09-19
- 3.11.0 — 2026-08-14
- 3.10.0 — 2026-08-01
- 3.9.0 — 2026-07-22
- 3.7.4 — 2026-07-05
- 3.7.3 — 2026-05-21
- 3.7.2 — 2026-05-10
- 3.7.1 — 2026-05-10
- 3.7.0 — 2026-05-10
- 3.6.0 — 2026-04-30
- 3.5.1 — 2026-04-22
- 3.5.0 — 2026-04-22
- 3.4.1 — 2026-04-21
- 3.4.0 — 2026-04-20
- 3.3.1 — 2026-02-20
- … 23 more at https://npm.io/package/@pengzhanbo/utils/versions

## README

# @pengzhanbo/utils

[![jsr package](https://jsr.io/badges/@pengzhanbo/utils)](https://jsr.io/@pengzhanbo/utils)
![jsr score](https://jsr.io/badges/@pengzhanbo/utils/score)
[![MIT License](https://img.shields.io/npm/l/@pengzhanbo/utils)](https://github.com/pengzhanbo/utils/blob/main/LICENSE)
![npm package](https://img.shields.io/npm/dm/@pengzhanbo/utils)
[![codecov](https://codecov.io/gh/pengzhanbo/utils/graph/badge.svg?token=LKZGX743RW)](https://codecov.io/gh/pengzhanbo/utils)
[![document coverage](https://utils.pengzhanbo.cn/coverage.svg)](https://utils.pengzhanbo.cn/)

一个常用的工具类库, 无依赖， 任何运行时。

A common JavaScript utility library, zero dependencies, any runtime.

## Install

```sh
# pnpm
pnpm add @pengzhanbo/utils
# yarn
yarn add @pengzhanbo/utils
#npm
npm install @pengzhanbo/utils
```

## Usage

See [Document](https://utils.pengzhanbo.cn/)

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