mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-23 21:19:28 +08:00
d7506e9702
Co-authored-by: Oliver King <oking3@uncc.edu>
3 lines
179 B
TypeScript
3 lines
179 B
TypeScript
export declare const SOURCE_MAPPING_PREFIX = "sourceMappingURL=";
|
|
export declare function updateOutput(outputText: string, normalizedFileName: string, sourceMap: string): string;
|