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

5 lines
126 B
JavaScript
Raw Normal View History

2021-02-11 21:31:41 +08:00
function _writeOnlyError(name) {
throw new TypeError("\"" + name + "\" is write-only");
}
module.exports = _writeOnlyError;