persona-community-5/.pnpm-store/v3/files/43/dfb629e21a198e51bca44b00ac3a4220e6edd60f57e9ba203d6d439f1013b21ab04386697c439a2bb473911eb1d6ce947f3c2a384367118093ff0f8cf208b0
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

5 lines
150 B
Plaintext

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