UNPKG

@vue-ioc/core

Version:

IoC and DI for Vue powered by InversifyJS and inspired by Angular @Module syntactic sugar.

4 lines (3 loc) 148 B
import 'reflect-metadata'; export declare function InjectReactive(identifier?: any): any; export declare function Inject(identifier?: any): any;