UNPKG

@devlander/expo-app-config

Version:

A package to help with deployment of expo applications for different environments

3 lines (2 loc) 165 B
import type { EnvType, EnvironmentConfig } from "./setup-config.types"; export declare const getVersions: (env: EnvType, versionsPath: string) => EnvironmentConfig;