persona-community-5/.pnpm-store/v3/files/46/7f958b0a26f7a4f4182b29809a2156803222c0760f78e105eb7c85710cee193226d70367d1f2d92ee1216f106b64e6a76bad48f47d4a370ea1c7687c16e98e
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
196 B
Plaintext

/**
* Removes everything after the last "/", but leaves the slash.
*/
export default function stripFilename(path: string | undefined | null): string;
//# sourceMappingURL=strip-filename.d.ts.map