UNPKG

flowie

Version:

Library for creating, and working with flows

4 lines (3 loc) 206 B
import { FlowieContainer } from './createFlowieContainer'; import { Flow } from './flowie.type'; export default function validateFlowieContainer(flow: Flow, flowieContainer: FlowieContainer): Error | null;