Function debounce

  • Returns

    The wrapper function.

    Type Parameters

    • T

    Parameters

    • func: T

      The function to debounce.

    • wait: number

      The wait time in ms.

    Returns T

Generated using TypeDoc