UNPKG

gdrive-downloader

Version:

Wrapper project to download files from Google Drive

7 lines (6 loc) 221 B
import { Config } from './constants'; export declare class GDriveDownloader { static readonly DEFAULT_CONFIG: Config; download(partialConfig: Partial<Config>): Promise<void>; private buildConfigWithDefault; }