UNPKG

441 BTypeScriptView Raw
1import type { StackLineParserFn } from '@sentry/types';
2export type GetModuleFn = (filename: string | undefined) => string | undefined;
3/**
4 * Does this filename look like it's part of the app code?
5 */
6export declare function filenameIsInApp(filename: string, isNative?: boolean): boolean;
7/** Node Stack line parser */
8export declare function node(getModule?: GetModuleFn): StackLineParserFn;
9//# sourceMappingURL=node-stack-trace.d.ts.map
\No newline at end of file