UNPKG

eas-cli

Version:

EAS command line tool

4 lines (3 loc) 307 B
import { AppPlatform } from '../graphql/generated'; export declare function downloadAndMaybeExtractAppAsync(url: string, platform: AppPlatform, cachedAppPath?: string): Promise<string>; export declare function extractAppFromLocalArchiveAsync(appArchivePath: string, platform: AppPlatform): Promise<string>;