📄 index.js
/home/palash/git/site/node_modules/domexception/index.js
Language: js • Lines: 7
"use strict";
const DOMException = require("./webidl2js-wrapper.js");

const sharedGlobalObject = { Error };
DOMException.install(sharedGlobalObject);

module.exports = sharedGlobalObject.DOMException;