effect-schema-viz
    Preparing search index...

    Function renderNodes

    • Create a new graph from the given nodes and render it to dot format.

      Parameters

      • name: string

        Graph name.

      • OptionalgraphAttributes: GraphAttributesObject

        Graphviz graph attributes.

      Returns (nodes: Node[]) => Effect<[FormattingError[], string]>