Type alias IThrottleFn

IThrottleFn: ((...args) => void)

Type declaration

    • (...args): void
    • Parameters

      • Rest ...args: any

      Returns void