7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
"use strict";
|
|
|
|
function _write_only_error(name) {
|
|
throw new TypeError("\"" + name + "\" is write-only");
|
|
}
|
|
exports._ = _write_only_error;
|