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

5 lines
207 B
JavaScript
Raw Normal View History

2025-01-02 03:24:54 +00:00
function _classPrivateFieldBase(e, t) {
if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance");
return e;
}
export { _classPrivateFieldBase as default };