@broadcom/sysview-for-zowe-cli
Version:
Zowe CLI plugin for SYSVIEW
11 lines (10 loc) • 407 B
TypeScript
/**
* 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 "./api";