makearmy-app/node_modules/next/dist/client/components/react-dev-overlay/utils/node-stack-frames.d.ts
2025-09-22 10:37:53 -04:00

4 lines
307 B
TypeScript

import type { StackFrame } from 'next/dist/compiled/stacktrace-parser';
import { type ErrorSourceType } from '../../../../shared/lib/error-source';
export declare function getFilesystemFrame(frame: StackFrame): StackFrame;
export declare function getServerError(error: Error, type: ErrorSourceType): Error;