UNPKG

nuxt-multi-cache

Version:

SSR route, component and data cache for Nuxt.js

3 lines (2 loc) 124 B
import { type H3Event } from 'h3'; export declare function serveCachedHandler(event: H3Event): Promise<string | undefined>;