UNPKG

260 BJavaScriptView Raw
1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3const isInputWithPath = (input) => {
4 return input.path !== undefined;
5};
6
7export { isInputWithPath };
8//# sourceMappingURL=isInputWithPath.mjs.map