UNPKG

aws-crt

Version:

NodeJS/browser bindings to the aws-c-* libraries

10 lines (9 loc) 205 B
/** * Module for AWS IoT MQTT client configuration and connection establishment. * * @packageDocumentation * @module iot * @mergeTarget */ export * from './aws_iot'; export * from './aws_iot_mqtt5';