Swap-Aggregator-Subgraph/node_modules/@babel/runtime/helpers/esm/readOnlyError.js
2022-07-03 07:27:35 +05:30

3 lines
104 B
JavaScript

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