ref: 86a0926452f9152288b7aa7c283e15772754897e
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;