is-is-odd

WebJar for is-is-odd

License

License

Zlib
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-is-odd
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

is-is-odd
WebJar for is-is-odd
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/slmjkdbtl/is-is-odd

Download is-is-odd

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-is-odd/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-is-odd</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-is-odd/
implementation 'org.webjars.npm:is-is-odd:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/is-is-odd/
implementation ("org.webjars.npm:is-is-odd:1.0.2")
'org.webjars.npm:is-is-odd:jar:1.0.2'
<dependency org="org.webjars.npm" name="is-is-odd" rev="1.0.2">
  <artifact name="is-is-odd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-is-odd', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "is-is-odd" % "1.0.2"
[org.webjars.npm/is-is-odd "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : is-odd jar [3.0.1,4)

Project Modules

There are no modules declared in this project.

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

Used By

Versions

Version
1.0.2