UNPKG

311 BTypeScriptView Raw
1declare type FlagsT = {
2 simulator?: string;
3 udid?: string;
4};
5export declare function getDestinationSimulator(args: FlagsT, fallbackSimulators?: string[]): {
6 udid: string;
7 name: string;
8 booted: boolean;
9 version: string;
10};
11export {};
12//# sourceMappingURL=getDestinationSimulator.d.ts.map
\No newline at end of file