UNPKG

@serwist/build

Version:

A module that integrates into your build process, helping you generate a manifest of local files that should be precached.

6 lines 272 B
export declare function translateURLToSourcemapPaths(url: string | null, swSrc: string, swDest: string): { destPath: string | undefined; srcPath: string | undefined; warning: string | undefined; }; //# sourceMappingURL=translate-url-to-sourcemap-paths.d.ts.map