@aws-amplify/storage
Version:
Storage category of aws-amplify
10 lines (8 loc) • 410 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.listPaths = void 0;
var listPaths_1 = require("./listPaths");
Object.defineProperty(exports, "listPaths", { enumerable: true, get: function () { return listPaths_1.listPaths; } });
//# sourceMappingURL=index.js.map
;