effect-schema-viz
    Preparing search index...

    Variable getAttributesConst

    getAttributes: (
        ast: AST,
    ) => readonly [NodeAttributesObject, EdgeAttributesObject] = ...

    Extract the Graphviz node and edge attributes from given AST annotations.

    Type declaration

      • (ast: AST): readonly [NodeAttributesObject, EdgeAttributesObject]
      • Parameters

        • ast: AST

        Returns readonly [NodeAttributesObject, EdgeAttributesObject]