1.0.0-fix • Published 6 years ago

native-is-odd v1.0.0-fix

Weekly downloads
2
License
WTFPL
Repository
github
Last release
6 years ago

native-is-odd

Just a native version of is-odd

Install

$ npm install --save native-is-odd

Usage

var isOdd = require('native-is-odd');

isOdd(0);
//=> false
isOdd('1');
//=> true
isOdd(2);
//=> false
isOdd('3');
//=> true
1.0.0-fix

6 years ago

1.0.0

6 years ago