@iaziz786/debounce
v0.1.0
Published
This package is a the implementation of [debounce][1] function found in popular libraries like Lodash.
Downloads
1
Readme
Debounce
This package is a the implementation of debounce function found in popular libraries like Lodash.
The purpose of creating a new library is learning inner workings of the function. Also, having a lightweight implementation it
Installation
yarn add @iaziz786/debounce
Missing Stuff
Currently, the API of the library do not match exactly with the lodash implementation. New features are being added soon