UNPKG

eas-cli

Version:

EAS command line tool

5 lines (4 loc) 288 B
import { SpawnOptions, SpawnResult } from '@expo/spawn-async'; export declare function xcrunAsync(args: string[], options?: SpawnOptions): Promise<SpawnResult>; export declare function isXcrunInstalledAsync(): Promise<boolean>; export declare function installXcrunAsync(): Promise<void>;