Echo/node_modules/@babel/runtime/helpers/writeOnlyError.js
2021-02-11 21:31:41 +08:00

5 lines
126 B
JavaScript

function _writeOnlyError(name) {
throw new TypeError("\"" + name + "\" is write-only");
}
module.exports = _writeOnlyError;