UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

5 lines (4 loc) 291 B
import type { SSRManifest } from '../app/types.js'; import type { SessionDriverFactory } from './types.js'; /** Resolves the session driver factory from the manifest, `null` when none. */ export declare function getSessionDriver(manifest: SSRManifest): Promise<SessionDriverFactory | null>;