import { type DebounceOptions } from "https://deno.land/x/netzo@0.4.72/deps/usehooks-ts.ts";
Configuration options for controlling the behavior of the debounced function.
Properties
Determines whether the function should be invoked on the leading edge of the timeout.
Determines whether the function should be invoked on the trailing edge of the timeout.