UNPKG

stacktrace-parser-node

Version:

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

5 lines 172 B
import { ErrorResponse } from "./types"; export declare const stacktrace: { parse: (error: Error) => Promise<ErrorResponse>; }; //# sourceMappingURL=parser.d.ts.map