persona-community-5/.pnpm-store/v3/files/7a/624d39aeea72674682eff8adefa9624ff50ceb3e5950d625f49db16d706d3fba17ac503dc495549d2de52b9905e60475a87af39d7351c9678c1030a5f01622
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 = function stripFilename(path: string | undefined | null): string;
//# sourceMappingURL=strip-filename.d.ts.map