Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts115 protected TSFunctionType(node: TSESTree.TSFunctionType): void { method in TypeVisitor
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts111 TSFunctionType = 'TSFunctionType', enumerator
Dts-estree.ts1401 export interface TSFunctionType extends FunctionSignatureBase { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts359 TSFunctionType?: RuleFunction<TSESTree.TSFunctionType>; property