supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
102 Bytes
declare function commonPathPrefix(paths: string[], sep?: string): string;
export = commonPathPrefix;