jiangchengfeiyi-xiaochengxu/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js

5 lines
180 B
JavaScript
Raw Normal View History

2025-01-02 03:24:54 +00:00
import assertClassBrand from "./assertClassBrand.js";
function _classPrivateMethodGet(s, a, r) {
return assertClassBrand(a, s), r;
}
export { _classPrivateMethodGet as default };