is-eq-ten-thousand
v4324803849.34298304823.328712760
Published
is-thousand isn't 10x enough
Downloads
209
Maintainers
Readme
is-eq-ten-thousand
If you need to know if a number is ten thousand, but better.
Usage
var is10_000 = require('is-ten-thousand')
var assert = require('assert')
assert(is10_000(10000))
assert(!is10_000(1000))