UNPKG

bd-phone-validator

Version:
11 lines (7 loc) 384 B
# BD Phone Number Validator This module can identify valid or invalid BD Phone Numbers. Expect a phone number, return a boolean which is identify is it valid or not. ## Installation `npm i bd-phone-validator` ## Usage `const { validate } = require("bd-phone-validator");`<br/> validate(phoneNumber) accepts a phone number & return a boolean which is identify is it valid or not.