debouncer-factory

1.1.1 • Public • Published

debouncer factory

Debouncer Factory

Factory function which returns debounce function.

Installation

$ npm install debouncer-factory

Example

window.liveSearch = Debouncer(function(word) {
    console.log('request sent', word);
}, 1000);
liveSearch('Baku');

License

MIT travis-build MIT License

Package Sidebar

Install

npm i debouncer-factory

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

3.32 kB

Total Files

6

Last publish

Collaborators

  • elmirmahmudov