parcoursup/node_modules/@babel/runtime/helpers/writeOnlyError.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

5 lines
204 B
JavaScript

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