Searched defs:TSConstructorType (Results 1 – 4 of 4) sorted by relevance
105 protected TSConstructorType(node: TSESTree.TSConstructorType): void { method in TypeVisitor
101 TSConstructorType = 'TSConstructorType', enumerator
1336 export interface TSConstructorType extends FunctionSignatureBase { interface
345 TSConstructorType?: RuleFunction<TSESTree.TSConstructorType>; property