• Type check guard to see if provided AST node is "tag-like". The ones with pattern {@<tag-name>}. Exception is only AST.ExpressionTag which follows pattern {<expression>}

    Parameters

    • n: unknown

      input

    Returns n is Tag

    @NO_SIDE_EFFECTS