UNPKG

google-photos-migrate

Version:

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

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