Skip to content

Commit

Permalink
docs(pipes): add parse file pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomini committed Jun 17, 2022
1 parent 2f54364 commit 31d250b
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 31d250b

Please sign in to comment.