UNPKG

330 BTypeScriptView Raw
1export type SdkSource = 'npm' | 'cdn' | 'loader';
2/**
3 * Figures out if we're building a browser bundle.
4 *
5 * @returns true if this is a browser bundle build.
6 */
7export declare function isBrowserBundle(): boolean;
8/**
9 * Get source of SDK.
10 */
11export declare function getSDKSource(): SdkSource;
12//# sourceMappingURL=env.d.ts.map
\No newline at end of file