UNPKG

@botique/libphonenumber-js

Version:

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

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