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

    Type Alias PortValue<P>

    PortValue: P extends PortSpec<infer T> ? T : never

    Extracts the value type carried by a PortSpec.

    Type Parameters

    • P