Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/debounce.ts

A JavaScript extension package for building strong and modern applications.
Latest
import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/debounce.ts";

Debounces function calls for frequent access.

Functions

Creates a debounced function that delays invoking handler until after delay duration (in milliseconds) have elapsed since the last time the debounced function was invoked.

Interfaces

Options for the debounce function.