mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-20 03:53:19 +08:00
3 lines
180 B
TypeScript
3 lines
180 B
TypeScript
export declare const SOURCE_MAPPING_PREFIX = "sourceMappingURL=";
|
|
export declare function updateOutput(outputText: string, normalizedFileName: string, sourceMap?: string): string;
|