is-one-thousand-nine-hundred-and-ninety-nine
Version:
Check if a number is equal to one thousand nine hundred and ninety-nine
33 lines (32 loc) • 882 B
JSON
{
"name": "is-one-thousand-nine-hundred-and-ninety-nine",
"version": "0.1.2",
"description": "Check if a number is equal to one thousand nine hundred and ninety-nine",
"main": "./lib/is-one-thousand-nine-hundred-and-ninety-nine.js",
"types": "./src/is-one-thousand-nine-hundred-and-ninety-nine.ts",
"scripts": {
"test": "deno test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HorebZ/is-one-thousand-nine-hundred-and-ninety-nine.git"
},
"keywords": [
"check",
"is",
"one",
"thousand",
"nine",
"hundred",
"ninety",
"nine",
"1999",
"number"
],
"author": "HorebZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/HorebZ/is-one-thousand-nine-hundred-and-ninety-nine/issues"
},
"homepage": "https://github.com/HorebZ/is-one-thousand-nine-hundred-and-ninety-nine#readme"
}