Documents for @litert/utils-string
    Preparing search index...

    Function toUnixString

    • Convert all EOL (end of line) characters in a string to Unix-style line endings (\n).

      Parameters

      • str: string

        The string to convert

      Returns string

      The string with Unix-style line endings