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

4 lines
No EOL
195 B
JavaScript
Executable file

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