UNPKG

typed-inject

Version:

Type safe dependency injection framework for TypeScript

2 lines (1 loc) 79 B
export type InjectionTarget = Function | symbol | number | string | undefined;