Skip to content

Commit

Permalink
Merge pull request #2359 from thiagomini/patch-1
Browse files Browse the repository at this point in the history
docs(pipes): add parse file pipe
  • Loading branch information
kamilmysliwiec committed Jun 20, 2022
2 parents 3632b33 + 1b71fbd commit 1079665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Nest comes with a number of built-in pipes that you can use out-of-the-box. You
#### Built-in pipes

Nest comes with eight pipes available out-of-the-box:
Nest comes with nine pipes available out-of-the-box:

- `ValidationPipe`
- `ParseIntPipe`
Expand All @@ -29,6 +29,7 @@ Nest comes with eight pipes available out-of-the-box:
- `ParseUUIDPipe`
- `ParseEnumPipe`
- `DefaultValuePipe`
- `ParseFilePipe`

They're exported from the `@nestjs/common` package.

Expand Down

0 comments on commit 1079665

Please sign in to comment.