2 lines
168 B
TypeScript
Executable file
2 lines
168 B
TypeScript
Executable file
import type { RawSourceMap } from 'next/dist/compiled/source-map08';
|
|
export declare function getSourceMapFromFile(filename: string): Promise<RawSourceMap | undefined>;
|