UNPKG

@intlayer/config

Version:

Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.

6 lines 253 B
import { type Platform } from './detectPlatform'; /** * Format all configuration values as environment variables */ export declare const formatEnvVariable: (platform: Platform) => Record<string, string>; //# sourceMappingURL=formatEnvVariable.d.ts.map