UNPKG

google-photos-migrate

Version:

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

5 lines (4 loc) 161 B
import { MediaMigrationError } from '../media/MediaMigrationError'; export declare class NoMetaFileError extends MediaMigrationError { toString(): string; }