astro-ghostcms/.pnpm-store/v3/files/43/dfb629e21a198e51bca44b00ac3...

5 lines
150 B
Plaintext

/**
* Attempts to resolve `input` URL/path relative to `base`.
*/
export default function resolve(input: string, base: string | undefined): string;