UNPKG

@qbraid-core/ibm-cloud

Version:

Client for interacting with IBM's Qiskit Runtime Service via the IBM Cloud API.

14 lines 740 B
"use strict"; // Copyright (c) 2025, qBraid Development Team // All rights reserved. Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_IBM_CONFIG = exports.IBMConfig = exports.IBMCloudClient = void 0; /** * @module ibm-cloud */ var client_1 = require("./client"); Object.defineProperty(exports, "IBMCloudClient", { enumerable: true, get: function () { return client_1.IBMCloudClient; } }); var config_1 = require("./config"); Object.defineProperty(exports, "IBMConfig", { enumerable: true, get: function () { return config_1.IBMConfig; } }); Object.defineProperty(exports, "DEFAULT_IBM_CONFIG", { enumerable: true, get: function () { return config_1.DEFAULT_IBM_CONFIG; } }); //# sourceMappingURL=index.js.map