UNPKG

google-photos-migrate

Version:

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

7 lines (6 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isEmptyDir = void 0; const promises_1 = require("fs/promises"); const isEmptyDir = async (dir) => (await (0, promises_1.readdir)(dir)).length === 0; exports.isEmptyDir = isEmptyDir;