7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
"use strict";
|
|
|
|
function _class_private_method_set() {
|
|
throw new TypeError("attempted to reassign private method");
|
|
}
|
|
exports._ = _class_private_method_set;
|