effect-schema-viz
    Preparing search index...

    Function schemasToDot

    • Just like graphSchemas, except the graph is compiled into the string Graphviz .dot syntax.

      Parameters

      Returns <Schemas extends readonly [All, All]>(...schemas: Schemas) => Effect<string>

      The contents of a .dot file suitable for processing by Graphviz in a string.

        • <Schemas extends readonly [All, All]>(...schemas: Schemas): Effect<string>
        • List of Effect/Schema object types, structs or classes, to add to graph.

          Type Parameters

          • Schemas extends readonly [All, All]

          Parameters

          • ...schemas: Schemas

          Returns Effect<string>