# UsePipe Decorator operation input pipe

Module
import { UsePipe } from "@tsed/common"
Source/packages/common/src/mvc/decorators/params/usePipe.ts

# Overview

function UsePipe(token: Type<IPipe>, options?: any): <T>(target: Type<any>, propertyKey: string, index: number) => void;

# Description

Register a Pipe to be used with the current decorated param.