Home
last modified time | relevance | path

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

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