astro-ghostcms/.pnpm-store/v3/files/12/3e9e16039314743a157c75bba83...

5 lines
152 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Removes everything after the last "/", but leaves the slash.
*/
export default function stripFilename(path: string | undefined | null): string;