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