UNPKG

@intlayer/config

Version:

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

12 lines 371 B
import { getConfiguration } from "./getConfiguration.mjs"; import { formatEnvVariable } from "./formatEnvVariable.mjs"; import { loadEnvFile, getEnvFilePath } from "./loadEnvFile.mjs"; import { getPlatform } from "./detectPlatform.mjs"; export { formatEnvVariable, getConfiguration, getEnvFilePath, getPlatform, loadEnvFile }; //# sourceMappingURL=index.mjs.map