UNPKG

@intlayer/config

Version:

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

7 lines (6 loc) 283 B
import { IntlayerConfig } from "@intlayer/types"; //#region src/utils/getExtension.d.ts declare const getExtension: (configuration: IntlayerConfig, format?: "esm" | "cjs" | undefined) => "cjs" | "mjs"; //#endregion export { getExtension }; //# sourceMappingURL=getExtension.d.ts.map