Skip to main content
Module

x/evt/lib/util/index.ts>throttleTime

💧EventEmitter's typesafe replacement
Go to Latest
variable throttleTime
import { throttleTime } from "https://deno.land/x/evt@v2.4.13/lib/util/index.ts";

type

<T>(duration: number) => unknown