Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

throttle

import { throttle } from "https://cdn.skypack.dev/lodash-es";
function throttle(
func2,
wait,
options,
);
§
throttle(func2, wait, options)
[src]

§Parameters

§
func2
[src]
§
options
[src]