Package

purescript-debouncing

Repository
garganscript/purescript-debouncing
License
AGPL-3.0-or-later
Uploaded by
pacchettibotti
Published on
2024-05-09T11:35:27Z

PureScript bindings for debouncing.

There are 2 functions: debounce (wait predefined amount of time, before calling the function) or throttle (delay function calling to intervals of defined length).

Additionally, there is throttleWithDebounceAtEnd: since the throttle function fires at specific intervals and might not call the function with last provided argument, we have this function which makes sure the last argument is called as well.

Modules
Effect.Debouncing
Dependencies