react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-node
/js
/src
/compiled
/stacktrace-parser
/index.d.ts
| export type StackFrame = any; | |
| export function parse(stackString: string): StackFrame[]; | |