Searched refs:TSThisType (Results 1 – 1 of 1) sorted by relevance
1150 export interface TSThisType extends Node { interface1208 parameterName: Identifier | TSThisType;1570 | TSThisType1983 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;