DIR: /proc/1991111/cwd/usr/share/nodejs/@jridgewell/resolve-uri/dist/types/ |
Current File : //proc/1991111/cwd/usr/share/nodejs/@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; |