UNPKG

@inversifyjs/prototype-utils

Version:

Prototype related utils

3 lines 215 B
import { Newable } from '@inversifyjs/common'; export declare function getBaseType<TInstance, TArgs extends unknown[]>(type: Newable<TInstance, TArgs>): Newable | undefined; //# sourceMappingURL=getBaseType.d.ts.map