3 lines
149 B
TypeScript
3 lines
149 B
TypeScript
import type { StackFrame } from 'next/dist/compiled/stacktrace-parser';
|
|
export declare function parseStack(stack: string | undefined): StackFrame[];
|