UNPKG

@capgo/cli

Version:
9 lines (8 loc) 292 B
import type { BuildCredentials } from '../schemas/build'; export declare function renderEnvFile(args: { appId: string; local: boolean; platform: 'ios' | 'android'; creds: Partial<BuildCredentials>; }): string; export declare function escapeDotenvValue(value: string): string;