isComment
isComment(
c):c is Comment
Defined in: comment.ts:49
Type guard to check if a value is a Comment instance.
Parameters
c
unknown
Returns
c is Comment
isComment(
c):c is Comment
Defined in: comment.ts:49
Type guard to check if a value is a Comment instance.
unknown
c is Comment