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.
JavaScriptMIT
Issues
- 0
Why does this even exist
#39 opened by Odex64 - 1
Number limitations
#28 opened by DanTheComputerMan - 0
Add options
#38 opened by tj-commits - 4
Please merge the pull requests
#35 opened by theUpsider - 2
- 1
benchmark misstake?
#30 opened by jimmywarting - 4
Limited to `Number.isSafeInteger` values
#17 opened by vdh - 4
isNumber(new Number(5)) is false
#18 opened by hackhat - 1
Bigint support
#22 opened by tomtheisen - 1
cannot handle 32 bits signed integer
#20 opened by peterremote1980 - 1
What's the purpose of these test cases?
#16 opened by CoderLim - 2
- 2
Why use trim here?
#12 opened by elevenpassin - 2
just wondering
#10 opened by muhilham - 2
Better Solution
#11 opened by Varun-Sethu - 1
what`s the purpose of it?
#7 opened by ZhaoXuDongTJ - 4
Whitespace strings return true
#3 opened by alexcjohnson - 12
- 27
lots of strings to say zero
#1 opened by alexcjohnson