Function tsDocStripExample

  • This function takes a source string, extracts all TSDoc comments from it, and then strips all example TSDoc tags from these comments.

    Parameters

    • source: string

      The source string from which TSDoc comments are to be extracted and modified.

    Returns string

    The modified source string with all example TSDoc tags stripped.

Generated using TypeDoc