Files
starface-outlook-sync-addin/node_modules/webpack/hot/emitter-event-target.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
174 B
JavaScript

if (typeof EventTarget !== "function") {
throw new Error(
"Environment doesn't support lazy compilation (requires EventTarget)"
);
}
module.exports = new EventTarget();