6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
export declare class HttpClient {
|
|
baseUrl: string;
|
|
constructor(baseUrl: string);
|
|
get(target: string): Promise<string>;
|
|
}
|
|
//# sourceMappingURL=httpClient.d.ts.map
|