is-real

Is this real?


Keywords
real, number
License
MIT
Install
npm install is-real@2.1.1

Documentation

is-real

Is this real?

You can easily figure out which string is a real number with is-real.

Usage

const is_real = require('is_real')

console.log(is_real(123)) // true
console.log(is_real(+123.12)) // true
console.log(is_real(-123.00)) // true
console.log(is_real('123')) // true
console.log(is_real('abc')) // false

Dependencies

  • Nothing

If there's no problem using javascript and npm, it will work well.

License

  • MIT License

You can use it the way you want.

Contact