classPrivateMethodSet.js 146 B

1234
  1. function _classPrivateMethodSet() {
  2. throw new TypeError("attempted to reassign private method");
  3. }
  4. export { _classPrivateMethodSet as default };