Prelude API
    Preparing search index...

    Function toIndent

    • Maps lines to lines with provided indentation.

      Parameters

      • lines: string[]

        Lines to indent.

      • indentation: string = ' '

        Indentation to use.

      Returns string[]

      Indented lines.