You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently it just returns either the type true or false if it knows the contents of the string at compiletime, but thats such an edge case and it would be much more useful if it returned a type predicate like str is `${T}${string}`
The text was updated successfully, but these errors were encountered:
currently it just returns either the type
true
orfalse
if it knows the contents of the string at compiletime, but thats such an edge case and it would be much more useful if it returned a type predicate likestr is `${T}${string}`
The text was updated successfully, but these errors were encountered: