Function throttle

  • Description

    节流函数

    See

    https://github.com/niksy/throttle-debounce

    Type Parameters

    • T extends ((...args) => any)

    Parameters

    • delay: number
    • callback: T
    • Optional options: ThrottleOptions

    Returns throttle<T>

Generated using TypeDoc