Home
last modified time | relevance | path

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

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