UNPKG

typesxml

Version:

Open source XML library written in TypeScript

7 lines (6 loc) 157 B
export declare class FetchUrls { errorMessage: string; constructor(); getError(): string; fetch(url: string, outputPath: string): boolean; }