Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-chang/utils
Collection of common JavaScript / TypeScript utils
https://github.com/ares-chang/utils
Last synced: 3 months ago
JSON representation
Collection of common JavaScript / TypeScript utils
- Host: GitHub
- URL: https://github.com/ares-chang/utils
- Owner: Ares-Chang
- License: mit
- Created: 2024-08-26T02:08:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T08:50:12.000Z (4 months ago)
- Last Synced: 2024-09-20T10:14:17.628Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 154 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @areschang/utils
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]由 [Ares Chang](https://github.com/Ares-Chang) 编写的 [JavaScript / TypeScript 工具包](https://github.com/Ares-Chang/utils)
## 🚀 Install
```sh
pnpm add uni-use-router --save-dev
```## ⚡️ Usage
```ts
import { toArray } from '@areschang/utils'toArray(1, 2, 3) // => [1, 2, 3]
```## 💖Express
- [@antfu/utils](https://github.com/antfu/utils)
## License
[MIT](./LICENSE) License © 2024-PRESENT [Ares Chang](https://github.com/Ares-Chang)
[npm-version-src]: https://img.shields.io/npm/v/@areschang/utils?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/@areschang/utils
[npm-downloads-src]: https://img.shields.io/npm/dm/@areschang/utils?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/@areschang/utils
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@areschang/utils?style=flat&colorA=080f12&colorB=1fa669&label=minzip
[bundle-href]: https://bundlephobia.com/result?p=@areschang/utils
[license-src]: https://img.shields.io/github/license/Ares-Chang/utils.svg?style=flat&colorA=080f12&colorB=1fa669
[license-href]: https://github.com/Ares-Chang/utils/blob/Ares-Chang/LICENSE
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
[jsdocs-href]: https://www.jsdocs.io/package/@areschang/utils