5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
export function _write_only_error(name) {
|
|
throw new TypeError("\"" + name + "\" is write-only");
|
|
}
|
|
export { _write_only_error as _ };
|