UNPKG

get-stack-trace

Version:

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

3 lines 140 B
import { type StackTrace } from './types'; export declare const getStackTrace: () => StackTrace; //# sourceMappingURL=getStackTrace.d.ts.map