UNPKG

@tsclean/core

Version:

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

5 lines 464 B
import { CustomParamFactoryType } from "../types"; import { Type, HandlerTransform } from '../contracts'; export type ParamDecoratorEnhancer = ParameterDecorator; export declare function createParamDecorator<T = any, I = any, O = any>(factory: CustomParamFactoryType<T, I, O>, enhancers?: ParamDecoratorEnhancer[]): (...dataOrPipes: (Type<HandlerTransform> | HandlerTransform | T)[]) => ParameterDecorator; //# sourceMappingURL=create-route-param-metadata.d.ts.map