aws-crt
Version:
NodeJS/browser bindings to the aws-c-* libraries
16 lines (13 loc) • 324 B
text/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';