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