UNPKG

@intlayer/config

Version:

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

6 lines 362 B
import type { CustomIntlayerConfig, IntlayerConfig } from '../types/config'; /** * Build the configuration fields by merging the default values with the custom configuration */ export declare const buildConfigurationFields: (customConfiguration?: CustomIntlayerConfig, baseDir?: string) => IntlayerConfig; //# sourceMappingURL=buildConfigurationFields.d.ts.map