1.0.0-fix • Published 7 years ago

native-is-odd v1.0.0-fix

Weekly downloads
2
License
WTFPL
Repository
github
Last release
7 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

7 years ago

1.0.0

7 years ago