Skip to main content
Module

x/rambda/files/index.d.ts>throttle

Faster and smaller alternative to Ramda
Go to Latest
function throttle
import { throttle } from "https://deno.land/x/rambda@v7.0.1/files/index.d.ts";

Parameters

fn: (input: T) => U
ms: number

Returns

(input: T) => U

Parameters

fn: (input1: T, input2: Q) => U
ms: number

Returns

(input1: T, input2: Q) => U

Parameters

fn: (
input1: T,
input2: Q,
input3: Z,
) => U
ms: number

Returns

(
input1: T,
input2: Q,
input3: Z,
) => U