FLUJOS/VISUALIZACION/node_modules/@babel/runtime/helpers/readOnlyError.js
2025-11-07 00:06:12 +01:00

4 lines
No EOL
192 B
JavaScript
Executable file

function _readOnlyError(r) {
throw new TypeError('"' + r + '" is read-only');
}
module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;