Skip to content

debounce

debounce<T>(fn, ms): (…args) => void

Defined in: timing.ts:2

Debounce a function. Returns a new function that delays invocation.

T extends (…args) => void

T

number

(…args) => void