Debounces a function

  • Parameters

    • debouncedFunction: (...args: AnyArg) => void

      the function that needs debouncing

    • timeoutInMsecs: number

      the timeout for the debounce in milliseconds

    Returns (...args: AnyArg) => void

    the debounced function

MMNEPVFCICPMFPCPTTAAATR