Erster Commit
This commit is contained in:
6
node_modules/ts-edifact/lib/httpClient.d.ts
generated
vendored
Normal file
6
node_modules/ts-edifact/lib/httpClient.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare class HttpClient {
|
||||
baseUrl: string;
|
||||
constructor(baseUrl: string);
|
||||
get(target: string): Promise<string>;
|
||||
}
|
||||
//# sourceMappingURL=httpClient.d.ts.map
|
||||
Reference in New Issue
Block a user