UNPKG

@intlayer/config

Version:

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

5 lines 256 B
export { getConfiguration } from './getConfiguration'; export { formatEnvVariable } from './formatEnvVariable'; export { loadEnvFile, getEnvFilePath } from './loadEnvFile'; export { getPlatform } from './detectPlatform'; //# sourceMappingURL=index.d.ts.map