Clémentine
init
7c5b7bd
raw
history blame
No virus
150 Bytes
/**
* Attempts to resolve `input` URL/path relative to `base`.
*/
export default function resolve(input: string, base: string | undefined): string;