UNPKG

@aws-amplify/core

Version:
11 lines (8 loc) 264 B
import { windowExists } from './helpers.mjs'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 function webDetect() { return windowExists(); } export { webDetect }; //# sourceMappingURL=Web.mjs.map