UNPKG

@kirz/expo-env

Version:

Simple Expo env loader with TypeScript and schema validation

5 lines (4 loc) 126 B
export declare const Env: { NODE_ENV: "production" | "development"; }; export { EasConfig } from './types/eas-config.js';