jonschlinkert/is-number

Number limitations

DanTheComputerMan opened this issue · 1 comments

In addition to being restricted to 32bit values as others have mentioned, it also is outdated as JS now supports BigInts, which are numbers, and therefore should be supported.

any updates? I have some legacy code in my codebase, please fix it ASAP!!!