@aws-amplify/storage
Version:
Storage category of aws-amplify
13 lines (11 loc) • 500 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.list = list;
const utils_1 = require("@aws-amplify/core/internals/utils");
const list_1 = require("./internal/list");
// Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs.
function list(...args) {
const [ctx, input] = (0, utils_1.resolveCtxArgs)(args);
return (0, list_1.list)(ctx, input ?? {});
}
//# sourceMappingURL=list.js.map