Type Alias ThrottledFunction

ThrottledFunction: (() => void) & {
    reset: (() => void);
}