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 223c069 commit d477a5e
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 `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.
TypeBox supports conditional types with `Extends`. This type performs a structural assignment check against the first two parameters and returns either the `true` or `false` type as given from the second two parameters. The conditional types `Exclude` and `Extract` are also supported.
```typescript
// TypeScript
Expand Down

0 comments on commit d477a5e

Please sign in to comment.