is-one-thousand-nine-hundred-and-ninety-nine
Version:
Check if a number is equal to one thousand nine hundred and ninety-nine
19 lines (18 loc) • 385 B
JSON
{
"name": "@horebz/is-one-thousand-nine-hundred-and-ninety-nine",
"version": "0.1.1",
"license": "MIT",
"exports": "./src/is-one-thousand-nine-hundred-and-ninety-nine.ts",
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"compilerOptions": {
"strict": true
},
"unstable": [
"sloppy-imports"
]
}