Files
ballot/node_modules/@babel/runtime-corejs3/helpers/classPrivateFieldLooseBase.js
Raja Ilayaperumal aec8167171 Initial setup
2022-09-06 10:25:15 +05:30

9 lines
345 B
JavaScript

function _classPrivateFieldBase(receiver, privateKey) {
if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
throw new TypeError("attempted to use private field on non-instance");
}
return receiver;
}
module.exports = _classPrivateFieldBase, module.exports.__esModule = true, module.exports["default"] = module.exports;