Open younho9 opened 2 years ago
The packages have different goals. There is a small overlap, yes, but only for a few functions.
Currently is does not seem to provide a type signature for the above functions
Can you open an issue on is
about that? I would be happy to see those methods have better type-guards.
I think type guards in this repo should be work better for Array.prototype.filter
and Array.prototype.every
?
is provides type guards when using with TypeScript.
There are some duplicated functions like
isFinite
,isInteger
,isSafeInteger
. (Currentlyis
does not seem to provide a type signature for the above functions.)I wonder if
is
andts-extras
have different plans for type guards.