UNPKG

@inversifyjs/common

Version:

InversifyJs common utils

4 lines 268 B
import { AbstractNewable } from './AbstractNewable'; import { Newable } from './Newable'; export type ServiceIdentifier<TInstance = unknown> = string | symbol | Newable<TInstance> | AbstractNewable<TInstance> | Function; //# sourceMappingURL=ServiceIdentifier.d.ts.map