UNPKG

dt-common-device

Version:

A secure and robust device management library for IoT applications

6 lines (5 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceQueueService = void 0; var QueueService_1 = require("./QueueService"); Object.defineProperty(exports, "ServiceQueueService", { enumerable: true, get: function () { return QueueService_1.ServiceQueueService; } });