UNPKG

@ionic/cli

Version:

A tool for creating and developing Ionic Framework mobile apps.

4 lines (3 loc) 240 B
export declare function getAndroidSdkToolsVersion(): Promise<string | undefined>; export declare function locateSDKHome(): Promise<string | undefined>; export declare function parseSDKVersion(contents: string): Promise<string | undefined>;