UNPKG

@serwist/next

Version:

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

11 lines 255 B
//#region src/sw-entry-worker.d.ts type MessageType = { type: "__FRONTEND_NAV_CACHE__"; url: URL | string; } | { type: "__START_URL_CACHE__"; url: URL | string; }; //#endregion export { MessageType }; //# sourceMappingURL=sw-entry-worker.d.mts.map