UNPKG

libphonenumber-js

Version:

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

6 lines (5 loc) 147 B
import child_process from 'child_process' export default function exec(command) { return child_process.execSync(command).toString().trim() }