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