Hacker News new | ask | show | jobs
by k-taro56 42 days ago
If you want type checking, there’s tsc.

Do you ever really want to check types at runtime? If anything, you just want it to somehow work, right? Like Python.

1 comments

I'm making `typia`, and it needs the type checking even in the convenient runtime like `ts-node`.
Ah so it’s for apps like typia. Congrats on the performance improvements in typia!!
Thanks bro