UNPKG

267 BJavaScriptView Raw
1function _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
9module.exports = _classPrivateFieldBase;
\No newline at end of file