is-eq-positive-number-twenty-five
v1.0.0
Published
Check if a value is equal to positive number 25
Readme
is-eq-positive-number-twenty-five
Equality checker for the number 25.
Installation
npm install is-eq-positive-number-twenty-fiveUsage
const istwentyfive = require("is-eq-positive-number-twenty-five")
const assert = require("assert-fn")
assert(istwentyfive(25))License
EGPSL10X-1.0
