UNPKG

get-stack-trace

Version:

Stack traces as an array of stack frames with source maps support.

3 lines 217 B
import { type StackTrace } from './types'; export declare const serializeStackTrace: (constructorName: string, errorMessage: string, stackTrace: StackTrace) => string; //# sourceMappingURL=serializeStackTrace.d.ts.map