cophone Collection of functions to format Colombian phone numbers How to use? After install dependencies, try running this const cophone = require('./src/cophone') cophone.format('300000000') // output: 300 000 000 How to test? After install dependencies, run npm run test