Dependency refactor #17

Merged
nomadjimbob merged 155 commits from dependency-refactor into main 2023-02-27 12:30:57 +00:00
Showing only changes of commit cd689ea1a8 - Show all commits

View File

@@ -1,4 +1,4 @@
type DebounceCallback = () => void;
type DebounceCallback = (...args: unknown[]) => void;
type DebounceResult = (...args: unknown[]) => void;
/**