hrms-manual/node_modules/@babel/runtime/helpers/esm/readOnlyError.js
2023-09-06 14:51:44 +07:00

3 lines
No EOL
104 B
JavaScript

export default function _readOnlyError(name) {
throw new TypeError("\"" + name + "\" is read-only");
}