Echo JS 0.11.0

<~>
tracker1 8 days ago. link 1 point
One that gets me is when I want to add sanity checks into a TS library function.  In reality, the library may be called from straight JS, so I want to check some things to handle edge cases in a reasonable way, but often TS's type checking itself gets in the way.

Replies