phone number validation
Lead Maintainer: [Ugender Rekulampally]
To install locally:
$npm install phonenum --save
in your code, the phone number is a string that gets passed to isValid()
const phonenum = require('phonenum');
phonenum.isValid('123-456-7899');
checkout for test file for more examples