UNPKG

eas-cli

Version:
3 lines (2 loc) 162 B
import { SpawnOptions, SpawnResult } from '@expo/spawn-async'; export declare function simctlAsync(args: string[], options?: SpawnOptions): Promise<SpawnResult>;