1.0.1 • Published 3 years ago

ez-lodash v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

ez-loadsh是轻量级的防抖节流包

我们可以通过npm去安装这个包

npm i ez-lodash

在项目中导入

import {debounce,throttle} from 'ez-lodash

使用防抖

debounce(timer,function(){
  // Write the code you want to execute
  // 写入你需要防抖的代码
})

使用节流

throttle(timer,function(){
  // Write the code you want to execute
  // 写入你需要节流的代码
})
1.0.1

3 years ago

1.0.0

3 years ago