UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

4 lines 223 B
import { Type } from './type'; import { AbstractInterface } from './abstract'; export type InjectionToken<T = any> = string | symbol | Type<T> | AbstractInterface<T> | Function; //# sourceMappingURL=injection-token.d.ts.map