UNPKG

@opentelemetry/web-common

Version:
7 lines 303 B
import { Session } from './types/Session'; import { SessionStore } from './types/SessionStore'; export declare class LocalStorageSessionStore implements SessionStore { save(session: Session): Promise<void>; get(): Promise<Session | null>; } //# sourceMappingURL=LocalStorageSessionStore.d.ts.map