mirror of
https://github.com/tvytlx/ai-agent-deep-dive.git
synced 2026-04-09 10:34:48 +08:00
Add extracted source directory and README navigation
This commit is contained in:
11
extracted-source/node_modules/@mixmark-io/domino/lib/WindowTimers.js
generated
vendored
Normal file
11
extracted-source/node_modules/@mixmark-io/domino/lib/WindowTimers.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#windowtimers
|
||||
var WindowTimers = {
|
||||
setTimeout: setTimeout,
|
||||
clearTimeout: clearTimeout,
|
||||
setInterval: setInterval,
|
||||
clearInterval: clearInterval
|
||||
};
|
||||
|
||||
module.exports = WindowTimers;
|
||||
Reference in New Issue
Block a user