mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 08:08:25 -04:00
6 lines
210 B
TypeScript
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;
|
|
};
|