Home
last modified time | relevance | path

Searched refs:httpsProxy (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/package-manager/src/utils/
H A Dyarn.ts32 const httpsProxy = execSync('npm config get https-proxy').toString().trim(); constant
33 return httpsProxy !== 'null' ? httpsProxy : null;
/expo/packages/@expo/package-manager/build/utils/
H A Dyarn.js32 … const httpsProxy = (0, child_process_1.execSync)('npm config get https-proxy').toString().trim();
33 return httpsProxy !== 'null' ? httpsProxy : null;