Checks if a node has a generic type like:
function foo (bar: T) { bar // is generic }
TSESTree.Node
RuleContext.parserServices
Checks if a node has a generic type like:
function foo (bar: T) {
bar // is generic
}