Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengzhanbo/utils
一个常用的工具类库, 无依赖, 任何运行时。
https://github.com/pengzhanbo/utils
browser bun deno nodejs utility-library
Last synced: 9 days ago
JSON representation
一个常用的工具类库, 无依赖, 任何运行时。
- Host: GitHub
- URL: https://github.com/pengzhanbo/utils
- Owner: pengzhanbo
- License: mit
- Created: 2023-06-14T19:04:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T04:11:56.000Z (10 months ago)
- Last Synced: 2024-04-23T03:00:56.989Z (8 months ago)
- Topics: browser, bun, deno, nodejs, utility-library
- Language: TypeScript
- Homepage: https://jsr.io/@pengzhanbo/utils
- Size: 278 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)一个常用的工具类库, 无依赖, 任何运行时。
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)