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