Files
wechatpay-enterprise-web/node_modules/domexception/index.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08: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;