@qbraid-core/devices
Version:
Client for the qBraid Quantum Devices service.
15 lines • 936 B
JavaScript
;
// Copyright (c) 2025, qBraid Development Team
// All rights reserved.
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceVerification = exports.DeviceStatus = exports.QuantumDevicesClientV1 = exports.QuantumDevicesClient = void 0;
/**
* @module devices
*/
var client_1 = require("./client");
Object.defineProperty(exports, "QuantumDevicesClient", { enumerable: true, get: function () { return client_1.QuantumDevicesClient; } });
Object.defineProperty(exports, "QuantumDevicesClientV1", { enumerable: true, get: function () { return client_1.QuantumDevicesClientV1; } });
var types_1 = require("./types");
Object.defineProperty(exports, "DeviceStatus", { enumerable: true, get: function () { return types_1.DeviceStatus; } });
Object.defineProperty(exports, "DeviceVerification", { enumerable: true, get: function () { return types_1.DeviceVerification; } });
//# sourceMappingURL=index.js.map