UNPKG

@ionic/cli

Version:

A tool for creating and developing Ionic Framework mobile apps.

5 lines (4 loc) 370 B
import { CommandLineInputs, CommandLineOptions } from '../../../definitions'; export declare function generateOptionsForCapacitorBuild(inputs: CommandLineInputs, options: CommandLineOptions): CommandLineOptions; export declare function getNativeIDEForPlatform(platform: string): string; export declare function getVirtualDeviceNameForPlatform(platform: string): string;