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