makearmy-app/node_modules/next/dist/client/components/react-dev-overlay/utils/get-source-map-from-file.d.ts

3 lines
168 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import type { RawSourceMap } from 'next/dist/compiled/source-map08';
export declare function getSourceMapFromFile(filename: string): Promise<RawSourceMap | undefined>;