UNPKG

google-photos-migrate

Version:

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

6 lines (5 loc) 111 B
interface Env { NODE_ENV: 'development' | 'production' | 'test'; } declare const env: Env; export { env };