Searched refs:getNpmProxy (Results 1 – 4 of 4) sorted by relevance
62 const { getNpmProxy } = require('../yarn'); constant63 expect(getNpmProxy()).toBe('mock-value');67 const { getNpmProxy } = require('../yarn'); constant68 expect(getNpmProxy()).toBe(null);72 const { getNpmProxy } = require('../yarn'); constant73 expect(getNpmProxy()).toBe('something');
6 exports.getNpmProxy = exports.isYarnOfflineAsync = void 0;15 const proxy = getNpmProxy();27 function getNpmProxy() { function39 exports.getNpmProxy = getNpmProxy;
4 export declare function getNpmProxy(): string | null;
11 const proxy = getNpmProxy();26 export function getNpmProxy(): string | null { function