lakutata
Version:
An IoC-based universal application framework.
16 lines (12 loc) • 443 B
JavaScript
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */
;
Object.defineProperty(exports, Symbol.toStringTag, {
value: "Module"
});
function t(t) {
const o = Symbol.constructor.prototype.constructor.__proto__;
const r = !!t[Symbol.hasInstance] && t.prototype ? t : t.constructor;
const c = r.prototype.constructor.__proto__;
return c === o ? null : c;
}
exports.ObjectParentConstructor = t;