effect-tree
    Preparing search index...

    Function alignHorizontally

    • Align an array of single line strings according to the given alignment. All strings in the returned array will be as wide as the widest among them. The given padding string is used to fill available space, if it exists.

      Parameters

      • pad: string
      • align: "left" | "right" | "center"

      Returns EndoOf<string[]>