f5-conx-core
Version:
F5 SDK for JavaScript with Typescript type definitions
19 lines • 743 B
JavaScript
/*
* Copyright 2020. F5 Networks, Inc. See End User License Agreement ("EULA") for
* license terms. Notwithstanding anything to the contrary in the EULA, Licensee
* may copy and modify this software product for its internal business purposes.
* Further, Licensee may upload, publish and distribute the modified version of
* the software product on devcentral.f5.com.
*/
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FastClient = void 0;
class FastClient {
constructor(versions, fastMetaData, mgmtClient) {
this.version = versions;
this.metaData = fastMetaData;
this.mgmtClient = mgmtClient;
}
}
exports.FastClient = FastClient;
//# sourceMappingURL=fastClient.js.map