25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

classPrivateMethodSet.js 142 B

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