imajin/node_modules/@babel/runtime/helpers/esm/readOnlyError.js
2026-01-10 04:52:11 -08:00

4 lines
No EOL
119 B
JavaScript

function _readOnlyError(r) {
throw new TypeError('"' + r + '" is read-only');
}
export { _readOnlyError as default };