UNPKG

@inversifyjs/common

Version:

InversifyJs common utils

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