Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts109 protected TSConstructSignatureDeclaration( method in TypeVisitor
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts102 TSConstructSignatureDeclaration = 'TSConstructSignatureDeclaration', enumerator
Dts-estree.ts1340 export interface TSConstructSignatureDeclaration extends FunctionSignatureBase { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts346 TSConstructSignatureDeclaration?: RuleFunction< property