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

    Type Alias SpecsForOutlets<M>

    SpecsForOutlets: { [K in keyof M]: PortSpec<OutletValue<M[K]>> }

    The spec map implied by a record of source outlets.

    Type Parameters

    • M