UNPKG
@inversifyjs/prototype-utils
Version:
latest (0.1.0)
0.1.0
Prototype related utils
inversify.io
inversify/monorepo
@inversifyjs/prototype-utils
/
lib
/
cjs
/
prototype
/
calculations
/
getBaseType.d.ts
3 lines
•
215 B
TypeScript
View Raw
1
2
3
import
{
Newable
}
from
'@inversifyjs/common'
;
export
declare
function
getBaseType<
TInstance
,
TArgs
extends
unknown
[]>(
type
:
Newable
<
TInstance
,
TArgs
>):
Newable
|
undefined
;
//# sourceMappingURL=getBaseType.d.ts.map