UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

5 lines (4 loc) 180 B
export default function debounce<T extends unknown[]>(func: (...args: T) => void, wait?: number, leading?: boolean): { (this: any, ...args: T): void; clear: () => void; };