UNPKG

@inversifyjs/common

Version:

InversifyJs common utils

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