is-is-odd

1.0.2 • Public • Published

is-is-odd

check if the given function is is-odd

Install

Install with npm:

$ npm install --save is-is-odd

Usage

const isOdd = require('is-odd');
const isIsOdd = require('is-is-odd');
 
console.log(isIsOdd(isOdd)); //=> true
 
console.log(isIsOdd(function() {})); //=> false
 
console.log(isIsOdd(function() {
    console.log("I'm is-odd");
})); //=> false

Why

some functions are not is-odd but they might make you think they're is-odd, this package helps you identifies these functions with a simple interface

Package Sidebar

Install

npm i is-is-odd

Weekly Downloads

15

Version

1.0.2

License

Zlib

Unpacked Size

2.6 kB

Total Files

6

Last publish

Collaborators

  • slmjkdbtl