ref: 89d4bc312ff9a8639a4bf912f36e1a48e8a4e113
dir: /cmd/gojafs/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;