UNPKG

audio-context-timers

Version:

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

4 lines 131 B
export const createClearFunction = (functions) => (id) => { functions.delete(id); }; //# sourceMappingURL=clear-function.js.map