Skip to content

debounce

function debounce<T>(func, timeout): (...args) => void;

Defined in: helpers.ts:57

T extends (…args) => void

T

number

(…args) => void