UNPKG

239 BJavaScriptView Raw
1"use strict";
2function isPhoneNum(phoneNum) {
3 return /^(0|86|17951)?(13[0-9]|15[012356789]|16[0-9]|17[0-9]|18[0-9]|14[0-9]|19[0-9])[0-9]{8}$/.test(String(phoneNum));
4}
5module.exports = isPhoneNum;
6//# sourceMappingURL=isPhoneNum.js.map
\No newline at end of file