Searched defs:TSMethodSignature (Results 1 – 4 of 4) sorted by relevance
195 protected TSMethodSignature(node: TSESTree.TSMethodSignature): void { method in TypeVisitor
123 TSMethodSignature = 'TSMethodSignature', enumerator
507 export type TSMethodSignature = alias
371 TSMethodSignature?: RuleFunction<TSESTree.TSMethodSignature>; property