django-vue3-admin-web/node_modules/aws-crt/lib/browser/iot.ts
2025-10-20 21:21:14 +08:00

16 lines
324 B
TypeScript

/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
/**
* Module for AWS IoT MQTT client configuration and connection establishment.
*
* @packageDocumentation
* @module iot
* @mergeTarget
*/
export * from './aws_iot';
export * from './aws_iot_mqtt5';