feat: add new file
This commit is contained in:
14
frontend/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js
generated
vendored
Normal file
14
frontend/node_modules/@babel/helpers/lib/helpers/classPrivateFieldLooseBase.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _classPrivateFieldBase;
|
||||
function _classPrivateFieldBase(receiver, privateKey) {
|
||||
if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) {
|
||||
throw new TypeError("attempted to use private field on non-instance");
|
||||
}
|
||||
return receiver;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=classPrivateFieldLooseBase.js.map
|
||||
Reference in New Issue
Block a user