UNPKG

is-two

Version:

This is an efficient package help you determine if a number is two or not!

8 lines 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTwo = void 0; const isTwo = (num) => { return num === 2; }; exports.isTwo = isTwo; //# sourceMappingURL=isTwo.js.map