UNPKG

@intlayer/config

Version:

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

12 lines 986 B
export { getConfiguration, type GetConfigurationOptions, } from './configFile/getConfiguration'; export { formatEnvVariable, getConfiguration as getClientConfiguration, getEnvFilePath, getPlatform, loadEnvFile, } from './envVariables/index'; export { getSandBoxContext } from './getSandboxContext'; export { loadExternalFile } from './loadExternalFile'; export { getAppLogger, logger, type Logger } from './logger'; export { retryManager } from './retryManager'; export type { BaseContentConfig, BaseDerivedConfig, ContentConfig, CustomIntlayerConfig, InternationalizationConfig, IntlayerConfig, LogConfig, MiddlewareConfig, PatternsContentConfig, ResultDirDerivedConfig, ServerSetCookieRule, StrictMode, } from './types/config'; export { Locales } from './types/locales'; export type { LocalesValues } from './types/locales'; export { ESMxCJSRequire, isESModule } from './utils/ESMxCJSHelpers'; export { normalizePath } from './utils/normalizePath'; //# sourceMappingURL=index.d.ts.map