supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
152 Bytes
/**
* Removes everything after the last "/", but leaves the slash.
*/
export default function stripFilename(path: string | undefined | null): string;