UNPKG

@zowe/cics-for-zowe-explorer-api

Version:
47 lines 2.07 kB
"use strict"; /** * This program and the accompanying materials are made available under the terms of the * Eclipse Public License v2.0 which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-v20.html * * SPDX-License-Identifier: EPL-2.0 * * Copyright Contributors to the Zowe Project. * */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./IBundle"), exports); __exportStar(require("./IBundlePart"), exports); __exportStar(require("./IJVMEndpoint"), exports); __exportStar(require("./IJVMServer"), exports); __exportStar(require("./ILibrary"), exports); __exportStar(require("./ILibraryDataset"), exports); __exportStar(require("./ILocalFile"), exports); __exportStar(require("./IManagedRegion"), exports); __exportStar(require("./IPipeline"), exports); __exportStar(require("./IProgram"), exports); __exportStar(require("./IRegion"), exports); __exportStar(require("./IRemoteFile"), exports); __exportStar(require("./IResource"), exports); __exportStar(require("./ISharedTSQueue"), exports); __exportStar(require("./ITCPIP"), exports); __exportStar(require("./ITSQueue"), exports); __exportStar(require("./ITask"), exports); __exportStar(require("./ITransaction"), exports); __exportStar(require("./IURIMap"), exports); __exportStar(require("./IWebService"), exports); //# sourceMappingURL=index.js.map