TenantAtlas/apps/platform/.pnpm-store/v10/files/46/7f958b0a26f7a4f4182b29809a2156803222c0760f78e105eb7c85710cee193226d70367d1f2d92ee1216f106b64e6a76bad48f47d4a370ea1c7687c16e98e
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02: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