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