UNPKG

audio-context-timers

Version:

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

3 lines 206 B
import { TFunctionMap, TTimerType } from '../types'; export declare const createCallFunction: (functions: TFunctionMap, type: TTimerType) => (id: number) => void; //# sourceMappingURL=call-function.d.ts.map