@aws-amplify/pubsub
Version:
Pubsub category of aws-amplify
7 lines • 360 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
var core_1 = require("@aws-amplify/core");
exports.ReachabilityMonitor = function () { return new core_1.Reachability().networkMonitor(); };
//# sourceMappingURL=index.js.map
;