check-myanmar-phone-number
v1.0.1
Published
A utility to check and validate Myanmar phone numbers
Downloads
18
Maintainers
Keywords
Readme
Check Myanmar Phone Number
A utility to check and validate Myanmar phone numbers.
Installation
npm install check-myanmar-phone-number
Usage
const { checkMyanmarPhoneNumber } = require('check-myanmar-phone-number');
const result = checkMyanmarPhoneNumber('0941234567');
console.log(result); // { operatorName: 'MPT', phone_number: '95941234567' }