1.1.1 • Published 5 years ago

debouncer-factory v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 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

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago