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