Searched defs:TSFunctionType (Results 1 – 4 of 4) sorted by relevance
115 protected TSFunctionType(node: TSESTree.TSFunctionType): void { method in TypeVisitor
111 TSFunctionType = 'TSFunctionType', enumerator
1401 export interface TSFunctionType extends FunctionSignatureBase { interface
359 TSFunctionType?: RuleFunction<TSESTree.TSFunctionType>; property