Package Exports
- error-stack-parser-es
Readme
error-stack-parser-es
A port of stacktracejs/error-stack-parser, rewrite with TypeScript and ES Modules.
Usage
import { parse } from 'error-stack-parser-es'
const stacktrace = parse(new Error('BOOM!'))
Refer to stacktracejs/error-stack-parser for more details.
License
MIT License © 2023-PRESENT Anthony Fu MIT License © 2017 Eric Wendelin