Type guard for ROther nodes, i.e. checks whether a node is a comment or line directive. If you need the specific type, please either use the respective type guards (e.g., RComment.is) or check the type node directly.
type
Readonly
Type guard for ROther nodes, i.e. checks whether a node is a comment or line directive. If you need the specific type, please either use the respective type guards (e.g., RComment.is) or check the
typenode directly.