|
|
|
|
|
by throwaway173920
617 days ago
|
|
I haven't had this experience with TypeScript. In the projects I've worked with, we turn on strict mode and heavily discourage using `any`. I generally feel pretty confident that the type annotations match the runtime values. |
|