UNPKG

@zowe/cics-for-zowe-cli

Version:
21 lines (20 loc) 749 B
/** * 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. * */ /** * Use the index.ts to export any public facing APIs/interfaces/etc. * * If your plugin introduces a set of APIs/functions that others would find useful when building node apps * (or editor extensions, etc.) export them here. * * For example, Zowe CLI offers Jobs APIs that can be invoke programmatically from a VS code extension to create * a Job viewer/tree extension. */ export * from "@zowe/cics-for-zowe-sdk";