UNPKG

@intlayer/config

Version:

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

7 lines 323 B
import { type Platform } from '../detectPlatform'; import type { IntlayerConfigEnvVariable } from './types'; export type ExtractEnvVariableOptions = { platform?: Platform; }; export declare const extractEnvVariable: (options?: ExtractEnvVariableOptions) => IntlayerConfigEnvVariable; //# sourceMappingURL=index.d.ts.map