UNPKG

nuxt-multi-cache

Version:

SSR route, component and data cache for Nuxt.js

8 lines (7 loc) 210 B
import { type H3Event } from 'h3'; /** * Callback for the 'afterResponse' nitro hook. */ export declare function onAfterResponse(event: H3Event, response: { body?: unknown; } | undefined): Promise<void>;