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
Something to emphasize is, I use ${S[0]}${infer Rest} instead of ${infer Head}${infer Rest} since I think it would be more definite which does not depend on the ts implementation.
Length of String
This project is aimed at helping you better understand how the type system works, writing your own utilities, or just having fun with the challenges.
https://ghaiklor.github.io/type-challenges-solutions/en/medium-length-of-string.html
The text was updated successfully, but these errors were encountered: