is-eq-negative-number-thirty-one
v1.0.0
Published
Check if a value is equal to negative number 31
Downloads
42
Readme
is-eq-negative-number-thirty-one
Equality checker for the number -31.
Installation
npm install is-eq-negative-number-thirty-oneUsage
const isthirtyone = require("is-eq-negative-number-thirty-one")
const assert = require("assert-fn")
assert(isthirtyone(-31))License
EGPSL10X-1.0
