is-not-integer

1.0.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i is-not-integer

      Weekly Downloads

      0

      Version

      1.0.2

      License

      GNU

      Unpacked Size

      223 kB

      Total Files

      6

      Last publish

      Collaborators

      • evilfactorio