Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Mar 12, 2023
1 parent c3fbc10 commit a5bd9d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -72,13 +72,21 @@
<p align="center">
<br>
<br>
<i>Make TypeScript believe whatever you say without having to write <code>const obj2 = obj as Bar</code>.<i>
<i>Make TypeScript believe whatever you say without having to write <code>const obj2 = obj as Bar</code>.</i>
<br>
<i>The more powerfully is to be able to tell TypeScript that <code>obj</code> ist <strong>not</strong> of type <code>Bar</code>:</i>
<br>
<br>
<img width="550" src="https://user-images.githubusercontent.com/6702424/134994590-f01b8aee-a94a-4b4c-8f43-ee5ce8911443.gif">
</p>
<p align="center">
<br>
<br>
<i>Make sure your zod schema exactly matches a given type:</i>
<br>
<img width="550" src="https://github.com/garronej/tsafe/releases/download/v0.0.1/tsafe_zod.gif">
</p>

## Motivations

Expand Down

0 comments on commit a5bd9d3

Please sign in to comment.