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 provides type guards when using with TypeScript.
There are some duplicated functions like isFinite, isInteger, isSafeInteger. (Currently is does not seem to provide a type signature for the above functions.)
I wonder if is and ts-extras have different plans for type guards.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: