@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
7 lines • 323 B
TypeScript
export declare const HEADER_NAME = "x-intlayer-locale";
export declare const COOKIE_NAME = "INTLAYER_LOCALE";
export declare const PREFIX_DEFAULT = false;
export declare const BASE_PATH = "";
export declare const SERVER_SET_COOKIE = "always";
export declare const NO_PREFIX = false;
//# sourceMappingURL=middleware.d.ts.map