UNPKG

reactant-di

Version:

A dependency injection lib for Reactant

3 lines 228 B
import { ServiceIdentifier } from '../interfaces'; export declare function multiInject(serviceIdentifier: ServiceIdentifier<any>): (target: object, key?: string, index?: number) => void; //# sourceMappingURL=multiInject.d.ts.map