@webdeveric/utils
    Preparing search index...

    Function findIndentation

    • Find indentation on first line that isn't whitespace only.

      Parameters

      • lines: readonly string[]

      Returns string | undefined

      findIndentation(['  hello', '  world']); // '  '