UNPKG

@bugsplat/symbol-upload

Version:
7 lines (6 loc) 193 B
export type SymbolFileInfo = { path: string; moduleName: string; dbgId: string; }; export declare function createSymbolFileInfos(symbolFilePath: string): Promise<SymbolFileInfo[]>;