Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Jul 28, 2023
1 parent 13706ad commit 268aa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ function test(node: Node) {
### Conditional Types
TypeBox supports conditional types with `Type.Extends`. This type will perform a structural assignment check for the first two parameters and return a `true` or `false` type from the second two parameters. The types `Type.Exclude` and `Type.Extract` are also supported.
TypeBox supports conditional types with `Extends`. This type will perform a structural assignment check against the first two parameters and return either a `true` or `false` type from the second two parameters. The conditional types `Exclude` and `Extract` are also supported.
```typescript
// TypeScript
Expand Down

0 comments on commit 268aa6a

Please sign in to comment.