UNPKG

@realsee/dnalogel

Version:
6 lines (5 loc) 186 B
export declare function isAbsoluteURL(url: string): boolean; /** * @description: 获取静态资源的url */ export declare function absoluteUrl(baseUrl: string, url: string): string;