@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
35 lines • 952 B
JavaScript
import {
getConfiguration
} from "./configFile/getConfiguration.mjs";
import {
formatEnvVariable,
getConfiguration as getConfiguration2,
getEnvFilePath,
getPlatform,
loadEnvFile
} from "./envVariables/index.mjs";
import { getSandBoxContext } from "./getSandboxContext.mjs";
import { loadExternalFile } from "./loadExternalFile.mjs";
import { getAppLogger, logger } from "./logger.mjs";
import { retryManager } from "./retryManager.mjs";
import { Locales } from "./types/locales.mjs";
import { ESMxCJSRequire, isESModule } from "./utils/ESMxCJSHelpers.mjs";
import { normalizePath } from "./utils/normalizePath.mjs";
export {
ESMxCJSRequire,
Locales,
formatEnvVariable,
getAppLogger,
getConfiguration2 as getClientConfiguration,
getConfiguration,
getEnvFilePath,
getPlatform,
getSandBoxContext,
isESModule,
loadEnvFile,
loadExternalFile,
logger,
normalizePath,
retryManager
};
//# sourceMappingURL=index.mjs.map