Skip to main

throttleMs

throttleMs

Signature - source.ts#L3761

function throttleMs(
    durationMs: number,
    config?: ThrottleConfig | null,
): IdentityOperator