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