lakutata
Version:
An IoC-based universal application framework.
15 lines (11 loc) • 369 B
JavaScript
;
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;