![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | dist/ | 5 months ago | - | |
![]() | LICENSE | 5 months ago | 1.1K | |
![]() | README.md | 5 months ago | 701 | |
![]() | package.json | 5 months ago | 2.0K |
A port of stacktracejs/error-stack-parser, rewrite with TypeScript and ES Modules.
import { parse } from 'error-stack-parser-es'
const stacktrace = parse(new Error('BOOM!'))
Refer to stacktracejs/error-stack-parser for more details.
MIT License © 2023-PRESENT Anthony Fu MIT License © 2017 Eric Wendelin