Type alias CommentReplaceFunction

CommentReplaceFunction: ((full: string) => string)

Type declaration

    • (full: string): string
    • Comment replace function.

      Returns

      updated comment

      Parameters

      • full: string

        full comment

      Returns string

Generated using TypeDoc