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