Newer
Older
alert / js / node_modules / @babel / runtime / helpers / classStaticPrivateMethodSet.js
@Réz István Réz István on 18 Nov 2021 243 bytes first commit
function _classStaticPrivateMethodSet() {
  throw new TypeError("attempted to set read only static private field");
}

module.exports = _classStaticPrivateMethodSet;
module.exports["default"] = module.exports, module.exports.__esModule = true;