Steven-nagisa-Y / is-odd

一个恶搞JS的项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-odd

return the boolean value of Number X is odd or not.

Install

npm i --save @steven-y/is-odd

Usage

const { isOdd } = require("is-odd");

console.log(isOdd(1024));
// -> true

Caution

DO NOT SUPPORT number larger than 9007199254740991

About

一个恶搞JS的项目

License:MIT License


Languages

Language:JavaScript 100.0%