Home
last modified time | relevance | path

Searched refs:TSThisType (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1150 export interface TSThisType extends Node { interface
1208 parameterName: Identifier | TSThisType;
1570 | TSThisType
1983 export function TSThisType(): TSThisType;
1998 parameterName: Identifier | TSThisType,
2325 export function isTSThisType(node: object | null | undefined, opts?: object): node is TSThisType;
2869 …ction assertTSThisType(node: object | null | undefined, opts?: object): asserts node is TSThisType;