Skip to content

Commit

Permalink
📚 why users use
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-knj committed Aug 16, 2022
1 parent 9570afa commit fa45257
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
TypeScript verifies that your program uses the right type as you write code, avoiding potential issues at runtime.
but, By using any, you expose yourself to issues that are difficult to trace and debug, especially once the code is deployed in production.

use assert-util-types, but not use any and as.
when we cannot determine the type because we don’t know the result of that library and fetched data.
we need to use any type for them.

So, if you dont want to use any type. **you can use assert-util-types**.

## Installation

Expand Down

0 comments on commit fa45257

Please sign in to comment.