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

    Type Alias NoInputs

    NoInputs: Readonly<Record<string, never>>

    Spec map for a node that declares no inputs.

    never rather than PortSpec<never>: PortSpec is invariant in its value type, so PortSpec<never> does not satisfy the PortSpec<any> element constraint, while bare never is assignable to anything.