effect-tree
    Preparing search index...

    Function vIndent

    • Returns the empty part if the given height is zero, else a zero-width column at the given height.

      Parameters

      • height: number

      Returns Draw.Part

      import {vIndent} from 'effect-tree'

      const twoLines = vIndent(2)
      // ‘
      // ’
      const nothing = vIndent(0)
      // ‘’