UNPKG

flowie

Version:

Library for creating, and working with flows

8 lines (7 loc) 392 B
import createFlowie from './runtime/createFlowie'; export { default as createFlowieContainer, FlowieContainer } from './container/createFlowieContainer'; export default createFlowie; export * from './runtime.types'; export * from './prepared.types'; export { FlowFunctionsResultList, FlowFunctionResult } from './reporter/reporter.types'; export { FlowResult } from './runtime/flowieResult';