UNPKG

@bugsplat/symbol-upload

Version:
7 lines (6 loc) 263 B
export declare function getSymFileInfo(path: string): Promise<{ dbgId: string; moduleName: string; }>; export declare function getNormalizedSymModuleName(moduleName: string): string; export declare function getNormalizedSymFileName(path: string): string;