Skip to content

Commit fa45257

Browse files
committed
📚 why users use
1 parent 9570afa commit fa45257

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
TypeScript verifies that your program uses the right type as you write code, avoiding potential issues at runtime.
77
but, By using any, you expose yourself to issues that are difficult to trace and debug, especially once the code is deployed in production.
88

9-
use assert-util-types, but not use any and as.
9+
when we cannot determine the type because we don’t know the result of that library and fetched data.
10+
we need to use any type for them.
11+
12+
So, if you dont want to use any type. **you can use assert-util-types**.
1013

1114
## Installation
1215

0 commit comments

Comments
 (0)