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
This one can be closed as it's solved by #307 plus I've forked and upgraded the entire repo to ES6 plus in the progress also merged the tests for Infinityevdama@ba8cb0b
The method
is.number
before #307 returnsTrue
in case ofInfinity
and-Infinity
, which is something that might not be expected.Though
typeof(Infinity)
in JS returns "number", this might not be what devs are expecting when they are usingis.number
This has already been updated with this commit
The text was updated successfully, but these errors were encountered: