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