1.0.2 • Published 4 years ago

is-not-integer v1.0.2

Weekly downloads
2
License
GNU
Repository
github
Last release
4 years ago

npm

Is-not-integer

Checks if something is NOT a integer

Example

isnotinteger = require("is-not-integer")

console.log(isnotinteger(50)) // false
console.log(isnotinteger('50')) // true
console.log(isnotinteger(32.3)) // true
console.log(isnotinteger(['no','well','why','i','created','this'])) // true


console.log(isnotinteger(50, 50000)) // More precision = better

console.log(isnotinteger()) // magic

License

This project is licensed under the GNU License - read the LICENSE file for details