UNPKG

@broadcom/endevor-bridge-for-git-for-zowe-cli

Version:

Endevor Bridge for Git plug-in for Zowe CLI

9 lines (8 loc) 329 B
/** * 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. */ export * from "./api/constants/PluginConstants"; export * from "./cli/sessions/EBGSession";