@halobear/utils
从 kuan-utils迁移过来
安装
yarn add @halobear/utils
# or
npm i @halobear/utils -S
import throttle from '@halobear/utils//throttle'
发布
cd lib
npm publish --access public
从 kuan-utils迁移过来
yarn add @halobear/utils
# or
npm i @halobear/utils -S
import throttle from '@halobear/utils//throttle'
cd lib
npm publish --access public