UNPKG

@asuka/di

Version:
3 lines (2 loc) 182 B
import { Type, InjectionToken } from './type'; export declare function Inject<T>(token: Type<T> | InjectionToken<T>): <U>(target: Type<U>, _key: string, paramIndex: number) => void;