Function uncommentedLines

  • Removes all commented lines from the given content.

    Parameters

    • content: string

      The content that contains the lines to be uncommented.

    Returns string

    The content without any commented lines.

Generated using TypeDoc