UNPKG

next-pwa-pack

Version:

PWA cache provider for Next.js/React apps (service worker, manifest, offline page, SPA cache, offline)

6 lines (5 loc) 195 B
export declare function withPWA(originalMiddleware: (request: any) => any, config?: { webhookPath: string; sseEndpoint: string; revalidationSecret: string; }): (request: any) => any;