ref: 1ed39a3b5cabe073caf56302a1cfc21b11767653
dir: /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;