Type Alias Debounced<F>

Debounced<F>: ((...args: Parameters<F>) => void)

Debounced function

Type Parameters

  • F extends Source

    is the shape of the original function.