Files
sigpro-grid/node_modules/@oxc-project/runtime/src/helpers/esm/checkPrivateRedeclaration.js
2026-03-17 08:44:54 +01:00

4 lines
198 B
JavaScript
Executable File

function _checkPrivateRedeclaration(e, t) {
if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
}
export { _checkPrivateRedeclaration as default };