UNPKG

stacktrace-parser-node

Version:

Stacktrace parser for NodeJS written in Typescript with getting the code in which the error occurs.

4 lines 178 B
import { stacktrace } from "./src/parser"; import { ErrorResponse, Trace } from "./src/types"; export { stacktrace, ErrorResponse, Trace }; //# sourceMappingURL=index.d.ts.map