UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

8 lines (7 loc) 135 B
/** * @namespace Common * @description Export */ export * from "./action"; export * from "./definition"; export * from "./outcome";