UNPKG

@aws-amplify/pubsub

Version:

Pubsub category of aws-amplify

11 lines (9 loc) 561 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectionState = exports.CONTROL_MSG = void 0; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 var PubSub_1 = require("./PubSub"); Object.defineProperty(exports, "CONTROL_MSG", { enumerable: true, get: function () { return PubSub_1.CONTROL_MSG; } }); Object.defineProperty(exports, "ConnectionState", { enumerable: true, get: function () { return PubSub_1.ConnectionState; } }); //# sourceMappingURL=index.js.map