Function: isIgnoredCommentText()
isIgnoredCommentText(
commentText:string):boolean
Defined in: _internal/comment-prose.ts:177
Determine whether a comment should be ignored entirely.
Parameters
commentText
string
Trimmed comment text after block-comment normalization.
Returns
boolean
true when the comment is a directive or empty.