UNPKG

google-photos-migrate

Version:

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

7 lines (6 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MigrationError = void 0; class MigrationError extends Error { } exports.MigrationError = MigrationError;