Function Graph Overview
    Preparing search index...

    Type Alias AttrMerger

    AttrMerger: (nodeAttrs: GraphNode, intoAttrs: GraphNode) => GraphNode | null

    Merges the attributes of two nodes, or aborts the merge.

    The function MUST NOT modify the input arguments.

    Type declaration