UNPKG

@sentry-internal/replay

Version:
6 lines 181 B
import type { Session } from '../types'; /** * Fetches a session from storage */ export declare function fetchSession(): Session | null; //# sourceMappingURL=fetchSession.d.ts.map