UNPKG

uni-phone

Version:

a glossary of universally intuitive time, date, and duration domain literals

13 lines 509 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPhoneNumber = void 0; const phone_1 = __importDefault(require("phone")); /** * checks whether the input is a valid phone number */ const isPhoneNumber = (input) => (0, phone_1.default)(input).isValid; exports.isPhoneNumber = isPhoneNumber; //# sourceMappingURL=isPhoneNumber.js.map