Urara-Blog/node_modules/.pnpm-store/v3/files/ee/f364b8acb1d3323458a4bcb574c72c510869ee0a42802eba9d9531ba4b2371d5e133e03e8602f223f18e24a81a33bdc18f4fcd1a3cd29f4ff208e725f2c664
2022-08-14 01:14:53 +08:00

5 lines
210 B
Text

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