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

5 lines
152 B
Plaintext

/**
* Removes everything after the last "/", but leaves the slash.
*/
export default function stripFilename(path: string | undefined | null): string;