setup-java/node_modules/typed-rest-client/Util.d.ts
Danny McCormick 06d666cd11 Populate repo
2019-07-10 10:54:25 -04:00

8 lines
339 B
TypeScript

/**
* creates an url from a request url and optional base url (http://server:8080)
* @param {string} resource - a fully qualified url or relative path
* @param {string} baseUrl - an optional baseUrl (http://server:8080)
* @return {string} - resultant url
*/
export declare function getUrl(resource: string, baseUrl?: string): string;