mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 00:49:30 +08:00
4 lines
150 B
Text
4 lines
150 B
Text
/**
|
|
* Attempts to resolve `input` URL/path relative to `base`.
|
|
*/
|
|
export default function resolve(input: string, base: string | undefined): string;
|