UNPKG

@intlayer/config

Version:

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

7 lines 329 B
/** * @intlayer/config/built is a package that only returns the configuration file as a JSON object. * Using an external package allow to alias it in the bundle configuration (such as webpack). */ declare const configuration: import("./client").IntlayerConfig; export default configuration; //# sourceMappingURL=built.d.ts.map