UNPKG

@aws-amplify/pubsub

Version:

Pubsub category of aws-amplify

6 lines (5 loc) 274 B
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 export { AbstractPubSub } from './PubSub'; export { AWSIoT, AWSIoTOptions } from './AWSIot'; export { MqttOptions, MqttOverWS, mqttTopicMatch } from './MqttOverWS';