UNPKG

@chix/flow

Version:
17 lines (16 loc) 279 B
ns: all name: inOne async: true ports: input: in1: type: string async: true in2: type: string output: out1: type: string out2: type: string fn: "on.input.in1 = function() { output({ out1: $.get('in1'), out2: $.get('in2') }); } "