UNPKG

@intlayer/config

Version:

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

7 lines 189 B
//#region src/utils/logStack.d.ts declare const logStack: (message: string, options?: { limit: number; }) => void; //#endregion export { logStack }; //# sourceMappingURL=logStack.d.ts.map