We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd272e commit 8bbcfe3Copy full SHA for 8bbcfe3
packages/core/src/lib/internal/utils.ts
@@ -37,4 +37,4 @@ export function debounce<T extends unknown[]>(cb: (...args: T) => unknown, wait
37
clearTimeout(timeout);
38
timeout = setTimeout(() => cb(...args), wait);
39
};
40
-}
+}
0 commit comments