is-even

WebJar for is-even

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.jonschlinkert
ArtifactId

ArtifactId

is-even
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

is-even
WebJar for is-even
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jonschlinkert/is-even

Download is-even

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.bowergithub.jonschlinkert : is-odd jar [0.1.2,0.2)

Project Modules

There are no modules declared in this project.

is-even NPM version NPM monthly downloads NPM total downloads Linux Build Status

Return true if the given number is even.

Install

Install with npm:

$ npm install --save is-even

Usage

var isEven = require('is-even');

isEven(0);
//=> true
isEven('1');
//=> false
isEven(2);
//=> true
isEven('3');
//=> false

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Contributors

Commits Contributor
6 jonschlinkert
1 noformnocontent

Building docs

(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)

To generate the readme, run the following command:

$ npm install -g verbose/verb#dev verb-generate-readme && verb

Running tests

Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:

$ npm install && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT License.


This file was generated by verb-generate-readme, v0.6.0, on May 27, 2017.

Versions

Version
1.0.0