effect-tree - v1.0.36
    Preparing search index...

    Function replaceTee

    Given a direction and a glyph, replaces the tee at this direction in a given tee set with the given glyph and returns the new tee set.

    At the key named you will find a version that does the same but accepts a name of a tee set instead of an tee set.

    Tee set to change.

    A Direction of the glyph to be changed.

    String of new glyph.

    Updated tee set.

    Index

    Properties

    Properties

    named: (
        direction: "left" | "right" | "top" | "bottom",
        glyph: string,
    ) => (
        name:
            | "ascii"
            | "double"
            | "hDouble"
            | "hThick"
            | "solid"
            | "space"
            | "thick"
            | "thin"
            | "vDouble"
            | "vThick"
            | "vThickBottom"
            | "vThickTop",
    ) => TeeSet