Function throttle

  • 节流函数

    Parameters

    • func: Function

      要执行的函数

    • wait: number

      等待时间

    Returns ((this, ...args) => void)

    • 返回一个节流函数
      • (this, ...args): void
      • Parameters

        • this: any
        • Rest ...args: any[]

        Returns void

Generated using TypeDoc