1.0.0 • Published 1 year ago

debounce.lodash v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

debounce.lodash

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.lodash'

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

1.0.0

1 year ago