aruba-admin
Version:
A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.
9 lines • 333 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClientAsync = createClientAsync;
const soap_1 = require("soap");
/** Create ArubacloudSvcClient */
function createClientAsync(...args) {
return (0, soap_1.createClientAsync)(args[0], args[1], args[2]);
}
//# sourceMappingURL=client.js.map