UNPKG

eas-cli

Version:
5 lines (4 loc) 249 B
export declare const MIN_XCODE_VERSION = "9.4.0"; export declare const APP_STORE_ID = "497799835"; export declare function getXcodeVersionAsync(): Promise<string | undefined>; export declare function openAppStoreAsync(appId: string): Promise<void>;