Skip to content

Innectic/isnt-thirteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Check if a number is not equal to 13.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages