Current Path : /home/infinitibizsol/.trash/node_modules.3/libphonenumber-js/runnable/modules/ |
Current File : /home/infinitibizsol/.trash/node_modules.3/libphonenumber-js/runnable/modules/exec.js |
import child_process from 'child_process' export default function exec(command) { return child_process.execSync(command).toString().trim() }