declare var global: NodeJS.Global; (global).requestAnimationFrame = (callback) => { setTimeout(callback, 0); };