Module

Effect.Debouncing

Package
purescript-debouncing
Repository
garganscript/purescript-debouncing

#Debounce Source

#debounce Source

debounce :: forall a. (a -> Effect Unit) -> Int -> Debounce

#throttle Source

throttle :: forall a. (a -> Effect Unit) -> Int -> Debounce

#throttleWithDebounceAtEnd Source

#call Source

call :: forall a. Debounce -> a -> Effect Unit