UNPKG

399 BTypeScriptView Raw
1import { DecoratorTarget } from './decorator_utils';
2import { ServiceIdentifierOrFunc } from './lazy_service_identifier';
3export declare function injectBase(metadataKey: string): <T = unknown>(serviceIdentifier: ServiceIdentifierOrFunc<T>) => (target: DecoratorTarget, targetKey?: string | symbol | undefined, indexOrPropertyDescriptor?: number | TypedPropertyDescriptor<T> | undefined) => void;