voxa-cli
Version:
The Voxa CLI tools
5 lines (4 loc) • 356 B
TypeScript
import { drive_v3 } from "googleapis";
export declare function downloadDirs(dirs: string[], assetsRoot: string, key: any): Promise<void>;
export declare function downloadDirectoryResource(driveService: drive_v3.Drive, fileResource: drive_v3.Schema$File, rootPath: string): Promise<void>;
export declare function fileMd5(filepath: string): Promise<string>;