UNPKG
flowie
Version:
latest (0.0.1-alpha.8)
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha
Library for creating, and working with flows
github.com/albertossilva/flowie
albertossilva/flowie
flowie
/
dist
/
flowieApi.d.ts
6 lines
(5 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ flowie }
from
'./flowie3'
;
export
default
flowie;
export
*
from
'./flowie.type'
;
export
{
default
as
createFlowieContainer,
FlowieContainer
}
from
'./createFlowieContainer'
;
export
{
default
as
executeFlowieContainer }
from
'./executeFlowieContainer'
;