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

    Type Alias PortValues<M>

    PortValues: { [K in keyof M]: PortValue<M[K]> }

    Maps a spec map to the plain value record compute receives / returns.

    Type Parameters

    • M