UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

6 lines (5 loc) 288 B
const require_globalThis = require("./globalThis.js"); //#region src/_internal/DOMException.ts const DOMException = typeof require_globalThis.globalThis_.DOMException !== "undefined" ? require_globalThis.globalThis_.DOMException : Error; //#endregion exports.DOMException = DOMException;