UNPKG

openrxiv-cli

Version:

CLI tool to download openRxiv MECA files from AWS S3 for text and data mining

5 lines 272 B
import { S3Client } from '@aws-sdk/client-s3'; export declare function setGlobalRequesterPays(enabled: boolean): void; export declare function getGlobalRequesterPays(): boolean; export declare function getS3Client(): Promise<S3Client>; //# sourceMappingURL=config.d.ts.map