import * as edcb from "https://deno.land/x/edcb@v1.0.0-alpha.8/deps/debounce.ts"; FunctionsfdebounceCreates a debounced function that delays the given func by a given wait time in milliseconds. If the method is called again before the timeout expires, the previous call will be aborted.