UNPKG

audio-context-timers

Version:

A replacement for setInterval() and setTimeout() which works in unfocused windows.

2 lines (1 loc) 49 B
export type TTimerType = 'interval' | 'timeout';