UNPKG

@inversifyjs/core

Version:

InversifyJs core package

3 lines 268 B
import { LazyServiceIdentifier, ServiceIdentifier } from '@inversifyjs/common'; export declare function inject(serviceIdentifier: ServiceIdentifier | LazyServiceIdentifier): MethodDecorator & ParameterDecorator & PropertyDecorator; //# sourceMappingURL=inject.d.ts.map