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