UNPKG

@serwist/next

Version:

A module that integrates Serwist into your Next.js application.

14 lines 472 B
import type { RuntimeCaching } from "serwist"; export declare const PAGES_CACHE_NAME: { readonly rscPrefetch: "pages-rsc-prefetch"; readonly rsc: "pages-rsc"; readonly html: "pages"; }; /** * The default, recommended list of caching strategies for applications * built with Next.js. * * @see https://serwist.pages.dev/docs/next/worker-exports#default-cache */ export declare const defaultCache: RuntimeCaching[]; //# sourceMappingURL=index.worker.d.ts.map