Searched defs:TSTypePredicate (Results 1 – 4 of 4) sorted by relevance
244 protected TSTypePredicate(node: TSESTree.TSTypePredicate): void { method in TypeVisitor
157 TSTypePredicate = 'TSTypePredicate', enumerator
1671 export interface TSTypePredicate extends BaseNode { interface
409 TSTypePredicate?: RuleFunction<TSESTree.TSTypePredicate>; property