0.1.1 • Published 9 months ago

error-stack-parser-es v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

error-stack-parser-es

NPM version

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