UNPKG

ts-jest

Version:

A preprocessor with source maps support to help use TypeScript with Jest

3 lines (2 loc) 179 B
export declare const SOURCE_MAPPING_PREFIX = "sourceMappingURL="; export declare function updateOutput(outputText: string, normalizedFileName: string, sourceMap: string): string;