UNPKG

@sentry/utils

Version:
6 lines (5 loc) 287 B
import { StackLineParserFn } from '@sentry/types'; export type GetModuleFn = (filename: string | undefined) => string | undefined; /** Node Stack line parser */ export declare function node(getModule?: GetModuleFn): StackLineParserFn; //# sourceMappingURL=node-stack-trace.d.ts.map