@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
10 lines • 495 B
TypeScript
import { type LoadEnvFileOptions } from '../envVariables/loadEnvFile';
import type { CustomIntlayerConfig } from '../types/config';
/**
* Load the configuration file from the given path
* Example of configuration file: intlayer.config.js
*
* Accepts JSON, JS, MJS and TS files as configuration
*/
export declare const loadConfigurationFile: (configFilePath: string, envVarOptions?: LoadEnvFileOptions) => CustomIntlayerConfig | undefined;
//# sourceMappingURL=loadConfigurationFile.d.ts.map