Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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