Files
ETB/ETB-FrontEnd/node_modules/workbox-build/build/lib/translate-url-to-sourcemap-paths.d.ts
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

6 lines
210 B
TypeScript

export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): {
destPath: string | undefined;
srcPath: string | undefined;
warning: string | undefined;
};