ref: 8e75b098a0689018b0a0e4061f6e6c8cb4e5461f
dir: /domino/domino-lib/WindowTimers.js/
"use strict"; // https://html.spec.whatwg.org/multipage/webappapis.html#windowtimers var WindowTimers = { setTimeout: setTimeout, clearTimeout: clearTimeout, setInterval: setInterval, clearInterval: clearInterval }; module.exports = WindowTimers;