parcoursup/node_modules/@babel/runtime/helpers/writeOnlyError.js

5 lines
204 B
JavaScript
Raw Normal View History

2023-03-05 13:23:23 +01:00
function _writeOnlyError(name) {
throw new TypeError("\"" + name + "\" is write-only");
}
module.exports = _writeOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports;