Files
FloatApi/node_modules/@babel/runtime/helpers/esm/readOnlyError.js
T
2022-03-07 22:07:57 +07:00

3 lines
100 B
JavaScript

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