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

5 lines
192 B
JavaScript
Raw Normal View History

2025-01-02 03:13:50 +00:00
import assertClassBrand from "./assertClassBrand.js";
function _classStaticPrivateMethodGet(s, a, t) {
return assertClassBrand(a, s), t;
}
export { _classStaticPrivateMethodGet as default };