5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
/** Determine if you should use yarn offline or not */
|
|
export declare function isYarnOfflineAsync(): Promise<boolean>;
|
|
/** Exposed for testing */
|
|
export declare function getNpmProxy(): string | null;
|