Hacker News new | ask | show | jobs
by hazza1 2497 days ago
you don't really want the overhead of checking types on every call, you know where your applications entry points are - if you need checks add them.
1 comments

but I can’t add checks to the couple places I let users upload json for a form builder, for instance. No way to validate json with typescript natively. That would be awesome