27 lines
801 B
Markdown
27 lines
801 B
Markdown
# @pengzhanbo/utils
|
|
|
|
[](https://jsr.io/@pengzhanbo/utils)
|
|

|
|
[](https://github.com/pengzhanbo/utils/blob/main/LICENSE)
|
|

|
|
[](https://codecov.io/gh/pengzhanbo/utils)
|
|
|
|
一个常用的工具类库, 无依赖, 任何运行时。
|
|
|
|
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://jsr.io/@pengzhanbo/utils)
|