is-eq-negative-number-twenty-one
v1.0.0
Published
Check if a value is equal to negative number 21
Readme
is-eq-negative-number-twenty-one
Equality checker for the number -21.
Installation
npm install is-eq-negative-number-twenty-oneUsage
const istwentyone = require("is-eq-negative-number-twenty-one")
const assert = require("assert-fn")
assert(istwentyone(-21))License
EGPSL10X-1.0
