UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

12 lines (9 loc) 415 B
import { resolveCtxArgs } from '@aws-amplify/core/internals/utils'; import { list as list$1 } from './internal/list.mjs'; // Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs. function list(...args) { const [ctx, input] = resolveCtxArgs(args); return list$1(ctx, input ?? {}); } export { list }; //# sourceMappingURL=list.mjs.map