is-eq-negative-number-twenty-seven
v1.0.0
Published
Check if a value is equal to negative number 27
Readme
is-eq-negative-number-twenty-seven
Equality checker for the number -27.
Installation
npm install is-eq-negative-number-twenty-sevenUsage
const istwentyseven = require("is-eq-negative-number-twenty-seven")
const assert = require("assert-fn")
assert(istwentyseven(-27))License
EGPSL10X-1.0
