@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
5 lines • 330 B
TypeScript
export { logger } from './logger';
export type { BaseContentConfig, BaseDerivedConfig, CustomIntlayerConfig, IntlayerConfig, PatternsContentConfig, ResultDirDerivedConfig, } from './types/config';
export { Locales } from './types/locales';
export type { LocalesValues } from './types/locales';
//# sourceMappingURL=client.d.ts.map