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

4 lines
No EOL
119 B
JavaScript
Executable file

function _readOnlyError(r) {
throw new TypeError('"' + r + '" is read-only');
}
export { _readOnlyError as default };