UNPKG

@tsclean/core

Version:

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

5 lines 495 B
import { HandlerTransform, Type } from '../../contracts'; import { WsParamType } from '../../websockets/enums/ws-paramtype.enum'; export declare function createWsParamDecorator(paramtype: WsParamType): (...pipes: (Type<HandlerTransform> | HandlerTransform)[]) => ParameterDecorator; export declare const createPipesWsParamDecorator: (paramtype: WsParamType) => (data?: any, ...pipes: (Type<HandlerTransform> | HandlerTransform)[]) => ParameterDecorator; //# sourceMappingURL=param.utils.d.ts.map