UNPKG
@chix/flow
Version:
latest (2.9.14)
2.9.14
2.9.13
2.9.8
2.9.7
2.9.3
2.9.2
2.9.0
2.8.0
2.7.9
2.7.8
2.7.6
2.7.5
2.7.4
2.7.3
2.7.1
2.7.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.1
1.16.3
1.16.1
1.16.0
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
Chiχ Flow
github.com/chixio/chix/packages/chix-flow
chixio/chix
@chix/flow
/
test
/
fixtures
/
node_sync.yaml
15 lines
(14 loc)
•
223 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ns:
test
name:
syncNode
ports:
input:
in1:
type:
string
in2:
type:
string
output:
out1:
type:
string
out2:
type:
string
fn:
"output = { out1: $.get('in1'), out2: $.get('in2') };"