版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 794 B

123456789101112131415161718192021222324
  1. # @antfu/utils
  2. [![NPM version](https://img.shields.io/npm/v/@antfu/utils?color=a1b858&label=)](https://www.npmjs.com/package/@antfu/utils)
  3. [![Docs](https://www.paka.dev/badges/v0/cute.svg)](https://www.paka.dev/npm/@antfu/utils)
  4. Opinionated collection of common JavaScript / TypeScript utils by [@antfu](https://github.com/antfu).
  5. - Tree-shakable ESM
  6. - Fully typed - with TSDocs
  7. - Type utilities - `Arrayable<T>`, `ElementOf<T>`, etc.
  8. > This package is designed to be used as `devDependencies` and bundled into your dist.
  9. ## Sponsors
  10. <p align="center">
  11. <a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
  12. <img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>
  13. </a>
  14. </p>
  15. ## License
  16. [MIT](./LICENSE) License © 2021 [Anthony Fu](https://github.com/antfu)