Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / readOnlyError.js
@Réz István Réz István on 18 Nov 2021 104 bytes first commit
export default function _readOnlyError(name) {
  throw new TypeError("\"" + name + "\" is read-only");
}