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