UNPKG

@meotimdihia/upload-gphotos

Version:
10 lines (9 loc) 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GPhotosAlbum = exports.GPhotosPhoto = exports.GPhotos = void 0; var GPhotos_1 = require("./GPhotos"); Object.defineProperty(exports, "GPhotos", { enumerable: true, get: function () { return GPhotos_1.GPhotos; } }); var GPhotosPhoto_1 = require("./GPhotosPhoto"); Object.defineProperty(exports, "GPhotosPhoto", { enumerable: true, get: function () { return GPhotosPhoto_1.GPhotosPhoto; } }); var GPhotosAlbum_1 = require("./GPhotosAlbum"); Object.defineProperty(exports, "GPhotosAlbum", { enumerable: true, get: function () { return GPhotosAlbum_1.GPhotosAlbum; } });