UNPKG

@intlayer/config

Version:

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

7 lines 328 B
import type { StrictMode } from '../types/config'; import { Locales } from '../types/locales'; export declare const LOCALES: Locales[]; export declare const REQUIRED_LOCALES: Locales[]; export declare const DEFAULT_LOCALE: Locales; export declare const STRICT_MODE: StrictMode; //# sourceMappingURL=internationalization.d.ts.map