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

debounce

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

§Parameters

§
func2
[src]
§
options
[src]