Type alias ForEachCommentCallback

ForEachCommentCallback: ((fullText, comment) => void)

Type declaration

    • (fullText, comment): void
    • Callback type used for forEachComment.

      Parameters

      • fullText: string
      • comment: ts.CommentRange

      Returns void