Searched refs:TSTypeAssertion (Results 1 – 1 of 1) sorted by relevance
1172 export interface TSTypeAssertion extends Node { interface1275 | TSTypeAssertion;1991 export function TSTypeAssertion(typeAnnotation: TSType, expression: Expression): TSTypeAssertion;2332 …unction isTSTypeAssertion(node: object | null | undefined, opts?: object): node is TSTypeAssertion;2879 …rtTSTypeAssertion(node: object | null | undefined, opts?: object): asserts node is TSTypeAssertion;