is-eq-negative-number-twenty-three
v1.0.0
Published
Check if a value is equal to negative number 23
Downloads
93
Readme
is-eq-negative-number-twenty-three
Equality checker for the number -23.
Installation
npm install is-eq-negative-number-twenty-threeUsage
const istwentythree = require("is-eq-negative-number-twenty-three")
const assert = require("assert-fn")
assert(istwentythree(-23))License
EGPSL10X-1.0
