UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

9 lines (7 loc) 260 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const isInputWithPath = (input) => { return input.path !== undefined; }; export { isInputWithPath }; //# sourceMappingURL=isInputWithPath.mjs.map