Skip to content

Commit

Permalink
Added enum support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcesengel authored Aug 23, 2023
1 parent ec30cac commit 8b64cd3
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 @@ -60,7 +60,7 @@ Not that unsupported validators can be used in your schema, they will result in
| `tuple()` | WIP | - |
| `record()` | WIP | - |
| `literal()` | WIP | - |
| `enum()` | WIP | - |
| `enum()` | ✅ | Credit @exsjabe! |
| `nativeEnum()` | WIP | - |
| `map()` | ❌ | See `bigint()`. |
| `set()` | ❌ | See `bigint()`. |
Expand Down

0 comments on commit 8b64cd3

Please sign in to comment.