@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
10 lines (9 loc) • 392 B
TypeScript
import { DictionaryLocation } from "@intlayer/types/dictionary";
//#region src/defaultValues/dictionary.d.ts
declare const FILL = true;
declare const LOCATION: DictionaryLocation;
declare const CONTENT_AUTO_TRANSFORMATION = false;
declare const IMPORT_MODE = "static";
//#endregion
export { CONTENT_AUTO_TRANSFORMATION, FILL, IMPORT_MODE, LOCATION };
//# sourceMappingURL=dictionary.d.ts.map