UNPKG

libphonenumber-js

Version:

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

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