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
Is there a specific reason to do this, as opposed to check the type of the value is on every element? It seems like the current implementation is not great if one wants to do strict type checking.
I was considering forking this repo and correcting this [1], but I wanted to double check with you that it was a good idea to do so.
In any case, thank you so much for this kickass package, and have a great day! :)
[1]: I was considering using the TypeGuard library to make things go faster. I'm assuming the reason to guess the value on the first element is performance, but what do I know...
The text was updated successfully, but these errors were encountered:
Per README:
Is there a specific reason to do this, as opposed to check the type of the value is on every element? It seems like the current implementation is not great if one wants to do strict type checking.
I was considering forking this repo and correcting this [1], but I wanted to double check with you that it was a good idea to do so.
In any case, thank you so much for this kickass package, and have a great day! :)
[1]: I was considering using the TypeGuard library to make things go faster. I'm assuming the reason to guess the value on the first element is performance, but what do I know...
The text was updated successfully, but these errors were encountered: