Declares a port of type T.
T
inputs: { series: port<TimeSeries<Schema>>() },outputs: { mean: port<number>({ equals: (a, b) => a === b }) }, Copy
inputs: { series: port<TimeSeries<Schema>>() },outputs: { mean: port<number>({ equals: (a, b) => a === b }) },
Declares a port of type
T.