top | item 20770750

(no title)

hazza1 | 6 years 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.

discuss

order

zackify|6 years ago

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