UNPKG

@exadel/esl

Version:

Exadel Smart Library (ESL) is the lightweight custom elements library that provide a set of super-flexible components

7 lines (6 loc) 243 B
/** * Converts relative URL to absolute URL based on the base URL. * @param relative - relative URL * @param base - base URL (document.baseURI by default) **/ export declare function toAbsoluteUrl(relative: string, base?: string): string;