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
12 lines
351 B
Plaintext
12 lines
351 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 |