FrontPastel/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js

5 lines
185 B
JavaScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
import assertClassBrand from "./assertClassBrand.js";
export default function _classPrivateMethodGet(receiver, privateSet, fn) {
assertClassBrand(privateSet, receiver);
return fn;
}