@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
9 lines • 455 B
TypeScript
import type { IntlayerConfig } from '../types/config';
import { type ExtractEnvVariableOptions } from './extractEnvVariable/index';
/**
* Get all configuration values using environment variables
* Can be used in the client side as the server side
* To use it, be sure to have the environment variables set
*/
export declare const getConfiguration: (options?: ExtractEnvVariableOptions) => IntlayerConfig;
//# sourceMappingURL=getConfiguration.d.ts.map