UNPKG

@hot-updater/plugin-core

Version:

React Native OTA solution for self-hosted

7 lines (6 loc) 195 B
type EnvVarValue = string | { comment: string; value: string; }; export declare const makeEnv: (newEnvVars: Record<string, EnvVarValue>, filePath?: string) => Promise<string>; export {};