is-valid-bd-phone
v1.0.5
Published
is-valid-bd-phone is npm package to check whether the phone number is valid or not
Downloads
2
Readme
Getting Started
is-valid-bd-mobile-number is npm package to check if Bangladeshi mobile number is valid or not and gets operator information
Features
- Any BD mobile phone number can be checked
How to install
npm i bd-phone-number-validator
Usage
const isValidBdMobileNumber = require("is-valid-bd-phone");
const validation = isValidBdMobileNumber("+880150000000")
console.log(validation)
// will respond
{
isValid: true,
operator: "TeleTalk"
}