effect-tree
    Preparing search index...

    Variable themedGlyphConst

    themedGlyph: (
        b:
            | "tee"
            | "rightTee"
            | "elbow"
            | "hLine"
            | "vLine"
            | "indent"
            | "space"
            | "rootBullet"
            | "branchBullet"
            | "leafBullet",
    ) => (a: Draw.Theme) => string = ...

    Type Declaration

      • (
            b:
                | "tee"
                | "rightTee"
                | "elbow"
                | "hLine"
                | "vLine"
                | "indent"
                | "space"
                | "rootBullet"
                | "branchBullet"
                | "leafBullet",
        ): (a: Draw.Theme) => string
      • Parameters

        • b:
              | "tee"
              | "rightTee"
              | "elbow"
              | "hLine"
              | "vLine"
              | "indent"
              | "space"
              | "rootBullet"
              | "branchBullet"
              | "leafBullet"

        Returns (a: Draw.Theme) => string