UNPKG

libphonenumber-js

Version:

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript

6 lines (5 loc) 152 B
var child_process = require('child_process') module.exports = function exec(command) { return child_process.execSync(command).toString().trim() }