UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

4 lines (3 loc) 180 B
import { Session } from './session'; import { SessionStore } from './session-store'; export declare function readSession(store: SessionStore, id: string): Promise<Session | null>;