ref: 793e9a1d7c697af189320c9e684e5559bb06e3c1
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;