1.0.2 • Published 5 months ago

debounce-n-throttle v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

debounce-n-throttle

NPM Tests Size GZip Size

For when you only need Lodash's debounce and throttle but existing Typescript alternatives are poor imitations.

Only 609 bytes gzipped.

import { debounce, throttle } from 'debounce-n-throttle'

The functions are almost identical to the lodash ones and the same tests pass.

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago