• Parameters

    • content: string

      The content of the README file

    • commentIndicators: Readonly<ReadmeCommentIndicators>

      The comment begin and start indicators

    • generateNewContent: ((indent) => string)

      Generate the new content between those comments

        • (indent): string
        • Parameters

          • indent: string

          Returns string

    Returns string

    Updated README content

Generated using TypeDoc