UNPKG

@gravityforms/gulp-tasks

Version:
6 lines (5 loc) 184 B
import { UtilsGDrive } from '..'; /** * Get the name of a file or folder in Google Drive. */ export declare function getFileName(this: UtilsGDrive, fileId: string): Promise<string>;