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.
npm i bd-phone-validator
const { validate } = require("bd-phone-validator");
validate(phoneNumber) accepts a phone number & return a boolean which is identify is it valid or not.