Function tsDocRemoveEmptyLines

  • Removes all empty lines from the given string.

    Parameters

    • string: string

      The string from which to remove empty lines.

    Returns string

    Remarks

    This function is particularly useful when dealing with multi-line strings that may have unnecessary empty lines.

Generated using TypeDoc