Home
last modified time | relevance | path

Searched defs:TSMethodSignature (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts195 protected TSMethodSignature(node: TSESTree.TSMethodSignature): void { method in TypeVisitor
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts123 TSMethodSignature = 'TSMethodSignature', enumerator
Dts-estree.ts507 export type TSMethodSignature = alias
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts371 TSMethodSignature?: RuleFunction<TSESTree.TSMethodSignature>; property