PromoCursed/node_modules/workbox-build/build/lib/translate-url-to-sourcemap-paths.d.ts

6 lines
210 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): {
destPath: string | undefined;
srcPath: string | undefined;
warning: string | undefined;
};