UNPKG

@yaagoub/decorators

Version:

Angular decorators

8 lines (7 loc) 387 B
export declare function getFromInstanceCredentialsMetadata(instance: any, propertyKey: string | symbol): string | undefined; export declare function getFromTargetCredentialsMetadata(target: any): string | undefined; export declare function getFromMetadataCredentials({ instance, target, methodName }: { instance: any; target: any; methodName: string; }): string | undefined;