/var/www/greso.tech/server/nsm/node_modules/@google-cloud/storage/build/src/nodejs-common
Edit: /var/www/greso.tech/server/nsm/node_modules/@google-cloud/storage/build/src/nodejs-common/index.js (777B)
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.util = exports.ApiError = exports.ServiceObject = exports.Service = void 0;
var service_1 = require("./service");
Object.defineProperty(exports, "Service", { enumerable: true, get: function () { return service_1.Service; } });
var service_object_1 = require("./service-object");
Object.defineProperty(exports, "ServiceObject", { enumerable: true, get: function () { return service_object_1.ServiceObject; } });
var util_1 = require("./util");
Object.defineProperty(exports, "ApiError", { enumerable: true, get: function () { return util_1.ApiError; } });
Object.defineProperty(exports, "util", { enumerable: true, get: function () { return util_1.util; } });
//# sourceMappingURL=index.js.map