Urara-Blog/node_modules/.pnpm-store/v3/files/a2/b362d3a3b4795bb9241861ba3c58a5dc8d97173ea931016c52a1d25b0b21b0d262e66a1ced85dcadf4bc05b4ca26b2330128e57090764e3542cce92c54fadc
2022-08-14 01:14:53 +08:00

5 lines
No EOL
201 B
Text

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