UNPKG

bd-phone-number-validator

Version:

bd-phone-number-validator is a npm package designed to validate phone number of bangladesh. It can validates any Bangladeshi cell phone numbers and show all the information about the phone numbers operator

6 lines (4 loc) 165 B
const { validate, operator } = require("bd-phone-number-validator"); // test cases console.log(operator(`01700000000`)); console.log(validate(`01000000000`));