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

    Type Alias OutletsFor<Out>

    OutletsFor: { readonly [K in keyof Out]: Outlet<PortValue<Out[K]>> }

    The outlet map exposed as node.out.

    Type Parameters