stacktracejs / error-stack-parser

Extract meaning from JS Errors
https://www.stacktracejs.com/#!/docs/error-stack-parser
MIT License
450 stars 52 forks source link

Fix typo in TypeScript definitions: TopLevel → Toplevel #49

Closed andersk closed 4 years ago

andersk commented 4 years ago

It would be better to import this type from stackframe, except the stackframe definitions don’t export anything (needs stacktracejs/stackframe#27). Feel free to fix it that way if you’re up for the extra release management work.

eriwen commented 4 years ago

Thanks for the fix @andersk!