@yashsaitwal01/even-odd
Version:
A function that returns if value value is even or odd.
20 lines (19 loc) • 424 B
JSON
{
"name": "@yashsaitwal01/even-odd",
"version": "1.0.0",
"description": "A function that returns if value value is even or odd.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YSaitwal/even-odd.git"
},
"keywords": [
"EVEN",
"ODD"
],
"author": "YSaitwal",
"license": "ISC"
}