UNPKG

@sentry-internal/replay

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