UNPKG

astro

Version:

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

5 lines (4 loc) 269 B
import type { SSRManifest } from '../app/types.js'; import type { CacheProvider } from './types.js'; /** Resolves the cache provider from the manifest, `null` when none. */ export declare function getCacheProvider(manifest: SSRManifest): Promise<CacheProvider | null>;