1.0.0 • Published 4 years ago

bd-phone-validator v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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"); validate(phoneNumber) accepts a phone number & return a boolean which is identify is it valid or not.