UNPKG

@sigi/di

Version:

Dependencies injection library for sigi framework

6 lines (5 loc) 188 B
import { Provider } from './type'; export interface InjectableOptions { providers: Provider[]; } export declare function Injectable(options?: InjectableOptions): (target: any) => any;