Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdUtilities for asynchronous operations, like delays, debouncing, or pooling
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
a week ago (1.0.13)
f
debounce
Creates 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.
I
DebouncedFunction
A debounced function that will be delayed by a given wait
time in milliseconds. If the method is called again before
the timeout expires, the previous call will be aborted.
Add Package
deno add jsr:@std/async
Import symbol
import * as mod from "@std/async/debounce";
Import directly with a jsr specifier
import * as mod from "jsr:@std/async/debounce";
Add Package
pnpm i jsr:@std/async
pnpm dlx jsr add @std/async
Import symbol
import * as mod from "@std/async/debounce";
Add Package
yarn add jsr:@std/async
yarn dlx jsr add @std/async
Import symbol
import * as mod from "@std/async/debounce";
Add Package
npx jsr add @std/async
Import symbol
import * as mod from "@std/async/debounce";
Add Package
bunx jsr add @std/async
Import symbol
import * as mod from "@std/async/debounce";