azure-iot-hub-node/iothub.d.ts

19 строки
920 B
TypeScript

// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
export { Client } from './dist/client';
export import ConnectionString = require('./dist/connection_string');
export { versionQueryString } from './dist/version';
export { Registry } from './dist/registry';
export import SharedAccessSignature = require('./dist/shared_access_signature');
export { Amqp } from './dist/amqp';
export { AmqpWs } from './dist/amqp_ws';
export { DeviceMethodParams } from './dist/interfaces';
export { JobClient } from './dist/job_client';
export * from './dist/configuration';
export { Device } from './dist/device';
export { Module } from './dist/module';
export { Twin } from './dist/twin';
export { IoTHubTokenCredentials } from './dist/auth/iothub_token_credentials';
export { DigitalTwinClient } from './dist/cl/digital_twin_client';