UNPKG

@sigi/di

Version:

Dependencies injection library for sigi framework

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