• Un-indent a string by the biggest common indent found. Useful when you want to use HTML to specify text with meaningful whitespace (e.g. in <pre> or <code>) and break neither the flow of the HTML indentation nor the text indentation.

    Parameters

    • text: string

      the content to un-indent

    Returns string

Generated using TypeDoc