UNPKG

flowie

Version:

Library for creating, and working with flows

4 lines (3 loc) 223 B
import { Flow, NoTypedFlowie } from './flowie.type'; import { FlowieContainer } from './createFlowieContainer'; export default function buildFlowieFromContainer(flowieContainer: FlowieContainer, flow: Flow): NoTypedFlowie;