UNPKG

jest-allure2-reporter

Version:
10 lines (9 loc) 351 B
import { FileNavigator } from './index'; export declare class FileNavigatorCache { #private; resolve: (filePath: string) => Promise<FileNavigator | undefined>; hasScannedSourcemap: (filePath: string) => boolean; scanSourcemap: (filePath: string) => Promise<void>; clear(): void; static readonly instance: FileNavigatorCache; }