开始使用

安装

npm
npm install @yuci/utils
pnpm
pnpm add @yuci/utils
bun
bun install @yuci/utils
yarn
yarn add @yuci/utils

使用

import { debounce, throttle, capitalizeFirstLetter, ... } from '@yuci/utils'
✨ Well done!
Table of Contents