UNPKG
@inversifyjs/prototype-utils
Version:
latest (0.1.0)
0.1.0
Prototype related utils
inversify.io
inversify/monorepo
@inversifyjs/prototype-utils
/
lib
/
esm
/
index.js
3 lines
(2 loc)
•
143 B
JavaScript
View Raw
1
2
3
function
t
(
t
){
const
o=
Object
.
getPrototypeOf
(t.
prototype
),r=o?.
constructor
;
return
r}
export
{t
as
getBaseType};
//# sourceMappingURL=index.js.map