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

    Type Alias PortSpecMap

    PortSpecMap: Readonly<Record<string, PortSpec<any>>>

    A named set of port declarations, as passed to defineNode.

    PortSpec<any> is deliberate: PortSpec is invariant in its value type, so a bounded element type (unknown, never) would reject every concrete spec. The constraint exists to pin the shape; the per-port types are recovered by inference through PortValues.