File size: 88 Bytes
1e92f2d |
1 2 3 |
export type StackFrame = any;
export function parse(stackString: string): StackFrame[];
|
1e92f2d |
1 2 3 |
export type StackFrame = any;
export function parse(stackString: string): StackFrame[];
|