UNPKG

@intlayer/config

Version:

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

8 lines 384 B
//#region src/defaultValues/compiler.d.ts declare const COMPILER_ENABLED = true; declare const COMPILER_DICTIONARY_KEY_PREFIX = ""; declare const COMPILER_NO_METADATA = false; declare const COMPILER_SAVE_COMPONENTS = false; //#endregion export { COMPILER_DICTIONARY_KEY_PREFIX, COMPILER_ENABLED, COMPILER_NO_METADATA, COMPILER_SAVE_COMPONENTS }; //# sourceMappingURL=compiler.d.ts.map