@sentry/lynx-react
Version:
Official Sentry SDK for Lynx React
17 lines • 638 B
TypeScript
import { UnsafeLynx } from '@lynx-js/types';
export declare function isLynx(): boolean;
export declare function isAndroid(): boolean;
export declare function isIOS(): boolean;
export declare function isMobile(): boolean;
export declare function notMobile(): boolean;
export declare function isNodeLike(): boolean;
export declare function isLynxBackgroundThread(): boolean;
export declare function isBrowserMainThread(): boolean;
export declare function getLynx(): undefined | (UnsafeLynx & {
getApp?: () => {
_params?: {
srcName?: string;
};
} | undefined;
});
//# sourceMappingURL=environment.d.ts.map