3e9e16039314743a157c75bba83e6464bdbb4476e0789c397a64d3f727745fa5c67fffb7ee92f0955a322f94b45aea84d605b45b352b1334eef9fb9e3c8e0f 152 B

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