effect-tree
    Preparing search index...

    Function replaceBorderElbow

    Replace the border elbow at a direction in the given set.

    The border set to change.

    Corner direction to change.

    New glyph.

    Updated border set.

    Index

    Properties

    Properties

    named: (
        direction: "topLeft" | "topRight" | "bottomRight" | "bottomLeft",
        from:
            | "ascii"
            | "diagonal"
            | "double"
            | "halfSolid"
            | "halfSolidNear"
            | "halfSolidFar"
            | "hDouble"
            | "hThick"
            | "round"
            | "solid"
            | "space"
            | "thick"
            | "thin"
            | "vDouble"
            | "vThick",
    ) => EndoOf<BorderSet>