5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
export function _class_private_method_set() {
|
|
throw new TypeError("attempted to reassign private method");
|
|
}
|
|
export { _class_private_method_set as _ };
|