Skip to content

Commit 6f05124

Browse files
author
Tony133
committed
docs(overview): removed the types for joi package
1 parent 4bdf82a commit 6f05124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/pipes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ Start by installing the required package:
238238

239239
```bash
240240
$ npm install --save joi
241-
$ npm install --save-dev @types/joi
242241
```
243242

244243
In the code sample below, we create a simple class that takes a schema as a `constructor` argument. We then apply the `schema.validate()` method, which validates our incoming argument against the provided schema.

0 commit comments

Comments
 (0)