UNPKG

google-photos-migrate

Version:

A tool to fix EXIF data and recover filenames from a Google Photos takeout.

7 lines (6 loc) 200 B
import { MigrationError } from '../MigrationError'; export declare class NoPhotosDirError extends MigrationError { parentDir: string; constructor(parentDir: string); toString(): string; }