mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 19:39:31 +08:00
4 lines
152 B
Text
4 lines
152 B
Text
/**
|
|
* Removes everything after the last "/", but leaves the slash.
|
|
*/
|
|
export default function stripFilename(path: string | undefined | null): string;
|