classPrivateMethodSet.js 115 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
2
3
export default function _classPrivateMethodSet() {
  throw new TypeError("attempted to reassign private method");
}