@daysnap/utils
日常工作中常用的工具函数
持续更新中
使用
- 安装 ```shell npm install @daysnap/utils
or
yarn add @daysnap/utils
- 引入
```js
import { debounce } from '@daysnap/utils'
详情 API 文档
注意事项
{
"exports": {
".": {
"import": "./es/index.js",
"require": "./lib/index.cjs"
},
"./*": "./*"
},
"main": "lib/index.cjs",
"module": "es/index.js",
"types": "es/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./lib/*",
"./es/*",
"./*"
]
}
},
}