UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

5 lines 255 B
export type CustomDecorator<TKey = string> = MethodDecorator & ClassDecorator & { KEY: TKey; }; export declare const SetMetadata: <K = string, V = any>(metadataKey: K, metadataValue: V) => CustomDecorator<K>; //# sourceMappingURL=set-metadata.d.ts.map