timerHandle.ts 66 Bytes Raw Blame History Permalink 1 export type TimerHandle = number | ReturnType<typeof setTimeout>;