UNPKG

@inversifyjs/core

Version:

InversifyJs core package

5 lines 538 B
import { LazyServiceIdentifier, ServiceIdentifier } from '@inversifyjs/common'; import { ClassElementMetadataKind } from '../models/ClassElementMetadataKind'; import { ManagedClassElementMetadata } from '../models/ManagedClassElementMetadata'; export declare function buildDefaultManagedMetadata(kind: ClassElementMetadataKind.singleInjection | ClassElementMetadataKind.multipleInjection, serviceIdentifier: ServiceIdentifier | LazyServiceIdentifier): ManagedClassElementMetadata; //# sourceMappingURL=buildDefaultManagedMetadata.d.ts.map