0.1.0 • Published 5 years ago

@iaziz786/debounce v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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