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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    2
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i is-not-integer

Weekly Downloads

4

Version

1.0.2

License

GNU

Unpacked Size

223 kB

Total Files

6

Last publish

Collaborators

  • evilfactorio