芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts
/** * Attempts to resolve `input` URL/path relative to `base`. */ export default function resolve(input: string, base: string | undefined): string;