@pond-ts/process API Reference
    Preparing search index...

    Type Alias InletsFor<In>

    InletsFor: { readonly [K in keyof In]: Inlet<PortValue<In[K]>> }

    The inlet map exposed as node.in.

    Type Parameters