1.1.1 • Published 6 years ago

debouncer-factory v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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

1.1.1

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago