Clémentine
init
7c5b7bd
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;