@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
8 lines • 376 B
TypeScript
import { LoadEnvFileOptions } from './envVariables/loadEnvFile';
/**
* Load the content declaration from the given path
*
* Accepts JSON, JS, MJS and TS files as configuration
*/
export declare const loadExternalFile: (filePath: string, envVarOptions?: LoadEnvFileOptions, projectRequire?: NodeJS.Require) => any | undefined;
//# sourceMappingURL=loadExternalFile.d.ts.map