项目作者: sreejith-ms
项目描述 :
Standalone debounce and throttle from lodash
高级语言: JavaScript
项目地址: git://github.com/sreejith-ms/lodash.debounce.git
lodash.debounce
This is a standalone version of debounce and throttle functions extracted from lodash core.
Usage:
.debounce(func, wait, options)
.throttle(func, wait, options)