UNPKG

f5-conx-core

Version:

F5 SDK for JavaScript with Typescript type definitions

19 lines 729 B
/* * 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. */ 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.TsClient = void 0; class TsClient { constructor(versions, tsMetaData, mgmtClient) { this.version = versions; this.metaData = tsMetaData; this.mgmtClient = mgmtClient; } } exports.TsClient = TsClient; //# sourceMappingURL=tsClient.js.map