1.0.2 • Published 5 years ago
is-not-integer v1.0.2
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