UNPKG

google-photos-migrate

Version:

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

3 lines (2 loc) 115 B
import { readdir } from 'fs/promises'; export const isEmptyDir = async (dir) => (await readdir(dir)).length === 0;