RemoveComment typedef

RemoveComment = bool Function(String comment)

A function type for determining whether to remove a comment.

Implementation

typedef RemoveComment = bool Function(String comment);