Files
klz-cables.com/.pnpm-store/v10/files/b9/72f0fb42794e6619f8e1b2243a58e5c9739f150cc95a3b936c4e73973297bd23898dbc285603679b64c67315166c073e19855d5cea620c89269adaa9ba1ceb
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

13 lines
364 B
Plaintext

export type SdkSource = 'npm' | 'cdn' | 'loader' | 'aws-lambda-layer';
/**
* Figures out if we're building a browser bundle.
*
* @returns true if this is a browser bundle build.
*/
export declare function isBrowserBundle(): boolean;
/**
* Get source of SDK.
*/
export declare function getSDKSource(): SdkSource;
//# sourceMappingURL=env.d.ts.map