classStaticPrivateMethodSet.js 165 B

12345
  1. function _classStaticPrivateMethodSet() {
  2. throw new TypeError("attempted to set read only static private field");
  3. }
  4. module.exports = _classStaticPrivateMethodSet;