index.js 202 B

1234567
  1. "use strict";
  2. const DOMException = require("./webidl2js-wrapper.js");
  3. const sharedGlobalObject = { Error };
  4. DOMException.install(sharedGlobalObject);
  5. module.exports = sharedGlobalObject.DOMException;