diff --git a/README.md b/README.md index a62cdf5..ecc101b 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,21 @@



- Make TypeScript believe whatever you say without having to write const obj2 = obj as Bar. + Make TypeScript believe whatever you say without having to write const obj2 = obj as Bar.
The more powerfully is to be able to tell TypeScript that obj ist not of type Bar:

+ +

+
+
+ Make sure your zod schema exactly matches a given type: +
+ +

## Motivations