issues
search
jonschlinkert
/
is-number
JavaScript/Node.js utility. Returns `true` if the value is a number or string number. Useful for checking regex match results, user input, parsed strings, etc.
https://github.com/jonschlinkert
MIT License
260
stars
50
forks
source link
add few more tests
#2
Closed
tunnckoCore
closed
9 years ago
tunnckoCore
commented
9 years ago
for
0.1
-0.1
'0.1'
'-0.1'
jonschlinkert
commented
9 years ago
thanks
for