UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

14 lines (11 loc) 581 B
import { resolveCtxArgs } from '@aws-amplify/core/internals/utils'; import { getProperties as getProperties$1 } from './internal/getProperties.mjs'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 // Overload signatures above are the public contract; the impl is intentionally untyped and shape is enforced by resolveCtxArgs. function getProperties(...args) { const [ctx, input] = resolveCtxArgs(args); return getProperties$1(ctx, input); } export { getProperties }; //# sourceMappingURL=getProperties.mjs.map