Nest comes with eight pipes available out-of-the-box:
ValidationPipe
ParseIntPipe
ParseFloatPipe
ParseBoolPipe
ParseArrayPipe
ParseUUIDPipe
ParseEnumPipe
DefaultValuePipe
They're exported from the @nestjs/common package.
@nestjs/common