Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 142 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 142 Bytes

throttle

节流函数

使用方法

  const callback = () => {}
  const throttleCallback = = throttle(callback, 1000)