Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DTypeVisitor.ts244 protected TSTypePredicate(node: TSESTree.TSTypePredicate): void { method in TypeVisitor
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts157 TSTypePredicate = 'TSTypePredicate', enumerator
Dts-estree.ts1671 export interface TSTypePredicate extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts409 TSTypePredicate?: RuleFunction<TSESTree.TSTypePredicate>; property