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