芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts
/** * Removes everything after the last "/", but leaves the slash. */ export default function stripFilename(path: string | undefined | null): string;