Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/misc/debounce2

Index

Functions

Functions

  • debounce<T>(func: T, wait: number): T
  • Type Parameters

    • T

    Parameters

    • func: T

      The function to debounce.

    • wait: number

      The wait time in ms.

    Returns T

    The wrapper function.

Generated using TypeDoc