isnt-thirteen

1.0.3 • Public • Published

isnt-thirteen

An npm package to check if a number is not equal to 13.

Installation

npm i -S isnt-thirteen

Usage

const isNot = require("isnt-thirteen");
 
console.log(isNot(12).thirteen()) // => true
console.log(isNot(13).thirteen()) // => false

There's tons of other methods, checkout test.js.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i isnt-thirteen

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

2.55 kB

Total Files

4

Last publish

Collaborators

  • innectic