hexo/node_modules/workbox-strategies/utils/messages.d.ts

6 lines
199 B
TypeScript

import '../_version.js';
export declare const messages: {
strategyStart: (strategyName: string, request: Request) => string;
printFinalResponse: (response?: Response | undefined) => void;
};