Home
last modified time | relevance | path

Searched defs:TSIntersectionType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts120 TSIntersectionType = 'TSIntersectionType', enumerator
Dts-estree.ts1461 export interface TSIntersectionType extends BaseNode { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts368 TSIntersectionType?: RuleFunction<TSESTree.TSIntersectionType>; property