import path from 'path'; export function buildUrl(base, ...inputs) { return new URL(path.posix.join(...inputs), base); }