MagmaBurnsV
MagmaBurnsV
I personally don't have any code that depends on this behavior. Although I do think it should be allowed in nonstrict because there are some crazy people who do stuff...
> Therefore, the more accurate type annotation would be like this: > ``` > type assert = ((value: false?, errorMessage: (string | number)?) -> never) > & ((value: V, A...)...
This seems like it would be a really nice addition. Currently, I'm trying to make a state wrapper that auto-types its elements for the methods. The problem is there is...