Projekt

Obecné

Profil

Stáhnout (267 Bajtů) Statistiky
| Větev: | Revize:
1
function _classPrivateFieldBase(receiver, privateKey) {
2
  if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
3
    throw new TypeError("attempted to use private field on non-instance");
4
  }
5

    
6
  return receiver;
7
}
8

    
9
module.exports = _classPrivateFieldBase;
(16-16/80)