add +234 to any nigeria number
This project help handle the problem of user registering with +23480xxxxxx and trying to login with 80xxxxx
npm
npm i --save convertngnum
yarn
yarn add convertngnum
// Require the library
const convertngnum = require("convertngnum");
let convertNum = convertngnum('08078xxxxxx')
MIT