1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 12:00:03 +02:00
Files
2022-08-20 18:51:33 +02:00

8 lines
257 B
JavaScript

"use strict";
const DOMException = require("./webidl2js-wrapper.js");
const sharedGlobalObject = { Array, Error, Object, Promise, String, TypeError };
DOMException.install(sharedGlobalObject, ["Window"]);
module.exports = sharedGlobalObject.DOMException;