UNPKG

xdl

Version:
6 lines (5 loc) 290 B
export declare const OSX_SOURCE_PATH: string; export declare function getBinariesPath(): string; export declare function addToPathAsync(name: string): Promise<void>; export declare function writePathToUserSettingsAsync(): Promise<void>; export declare function isXcodeInstalled(): boolean;