UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 375 B
import { LazyServiceIdentifier, ServiceIdentifier } from '@inversifyjs/common'; import { MultiInjectOptions } from '../models/MultiInjectOptions'; export declare function multiInject(serviceIdentifier: ServiceIdentifier | LazyServiceIdentifier, options?: MultiInjectOptions): MethodDecorator & ParameterDecorator & PropertyDecorator; //# sourceMappingURL=multiInject.d.ts.map