日常工作中常用的工具函数
- 安装
npm install @daysnap/utils
# or
yarn add @daysnap/utils
- 引入
import { debounce } from '@daysnap/utils'
{
"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/*",
"./*"
]
}
},
}