UNPKG

pubsub-tool

Version:

Producer and Consumer Tool for every streaming component

16 lines (15 loc) 471 B
/** * 專案名稱: PubSub Tool * 部門代號: ML8100 * 檔案說明: HTTP請求匯出點 * @CREATE Wed Jan 13 2021 下午1:03:46 * @author Steve Y Lin * @contact Steve_Y_Lin@wistron.com #1342 * ----------------------------------------------------------------------------- * @NOTE */ export * from './delete-method'; export * from './get-method'; export * from './patch-method'; export * from './post-method'; export * from './put-method';