项目作者: sreejith-ms

项目描述 :
Standalone debounce and throttle from lodash
高级语言: JavaScript
项目地址: git://github.com/sreejith-ms/lodash.debounce.git
创建时间: 2017-02-04T10:30:46Z
项目社区:https://github.com/sreejith-ms/lodash.debounce

开源协议:

下载


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)