NET-Web-API-w-Angular/my-app/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js

6 lines
348 B
JavaScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
import classApplyDescriptorGet from "./classApplyDescriptorGet.js";
import classExtractFieldDescriptor from "./classExtractFieldDescriptor.js";
export default function _classPrivateFieldGet(receiver, privateMap) {
var descriptor = classExtractFieldDescriptor(receiver, privateMap, "get");
return classApplyDescriptorGet(receiver, descriptor);
}