classPrivateMethodSet.js 142 B

12345
  1. function _classPrivateMethodSet() {
  2. throw new TypeError("attempted to reassign private method");
  3. }
  4. module.exports = _classPrivateMethodSet;