LendAndRegret/node_modules/es-toolkit/dist/_internal/DOMException.js
2026-05-02 17:27:43 +08:00

12 lines
308 B
JavaScript

'use strict';
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const globalThis = require('./globalThis.js');
const DOMException = typeof globalThis.globalThis.DOMException !== 'undefined'
? globalThis.globalThis.DOMException
: Error;
exports.DOMException = DOMException;