????

Your IP : 3.142.201.222


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/libphonenumber-js/runnable/modules/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/libphonenumber-js/runnable/modules/exec.js

import child_process from 'child_process'

export default function exec(command)
{
	return child_process.execSync(command).toString().trim()
}