UNPKG

@broadcom/sysview-for-zowe-cli

Version:

Zowe CLI plugin for SYSVIEW

14 lines (13 loc) 493 B
/** * Use the index.ts to export any public facing APIs/intefaces/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 "./doc"; export * from "./methods"; export * from "./utils"; export * from "./SysviewSession";