UNPKG

prendy

Version:

Make games with prerendered backdrops using babylonjs and repond

5 lines (4 loc) 128 B
export function clearTimeoutSafe(timeout) { if (timeout !== null && timeout !== undefined) clearTimeout(timeout); }