ionic
Version:
A tool for creating and developing Ionic Framework mobile apps.
7 lines (6 loc) • 306 B
TypeScript
export declare function getPlatforms(projectDir: string): Promise<string[]>;
export interface GetPackagePathOptions {
emulator?: boolean;
release?: boolean;
}
export declare function getPackagePath(appName: string, platform: string, { emulator, release }?: GetPackagePathOptions): Promise<string>;