UNPKG

@dlr-eoc/utils-browser

Version:

This library contains a collection of utilities like download data as blob and Paper layout.

4 lines (3 loc) 224 B
export declare function downloadJson(data: object, fileName: string): void; export declare function downloadBlob(blob: Blob, fileName: string): void; export declare function downloadUrl(url: string, fileName: string): void;