effect-tree
    Preparing search index...

    Function hSpace

    • Pad a part with left and right padding filled with the optional padding, by default the space character.

      At the keys left and right you will find versions that pad only a single side of the given part.

      Parameters

      • fillLeft: string = ' '
      • fillRight: string = ' '

      Returns (padLeft?: number, padRight?: number) => EndoOf<Draw.Part>

    Index

    Properties

    Properties

    left: (fillLeft?: string, padLeft?: number) => EndoOf<Draw.Part> = ...
    right: (fillRight?: string, padRight?: number) => EndoOf<Draw.Part> = ...