UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

4 lines (3 loc) 163 B
import { Session } from './session'; import { SessionStore } from './session-store'; export declare function createSession(store: SessionStore): Promise<Session>;