3 lines
132 B
Plaintext
3 lines
132 B
Plaintext
import type { RawSourceMap } from 'source-map';
|
|
export declare function getRawSourceMap(fileContents: string): RawSourceMap | null;
|