UNPKG

@aws-amplify/core

Version:
12 lines (10 loc) 357 B
'use strict'; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.webDetect = webDetect; const helpers_1 = require("./helpers"); function webDetect() { return (0, helpers_1.windowExists)(); } //# sourceMappingURL=Web.js.map