UNPKG

@rcsb/rcsb-saguaro-3d

Version:
4 lines (3 loc) 198 B
export declare function getFullDate(): string; export declare function textToFile(text: string | string[]): File; export declare function download(data: Blob | string, downloadName?: string): void;