包详细信息

sb-debounce

steelbrain38MIT不推荐使用1.0.2

Use lodash.debounce instead

Debouncing functions made easy

debounce, function

自述文件

Debounce

A lightweight utility to handle your debounce needs

Installation

npm install --save sb-debounce

API

function debounce(callback: Function, timeout: number, aggressive: boolean = false)

License

This project is licensed under the terms of MIT License, see the LICENSE file for more info

更新日志

1.0.2

  • Support older runtimes

1.0.1

  • Propogate this properly

1.0.0

  • Initial version