Searched refs:TSTypeParameter (Results 1 – 1 of 1) sorted by relevance
1189 export interface TSTypeParameter extends Node { interface1198 params: TSTypeParameter[];1994 export function TSTypeParameter(constraint?: TSType, default_?: TSType): TSTypeParameter;1995 export function TSTypeParameterDeclaration(params: TSTypeParameter[]): TSTypeParameterDeclaration;2335 …unction isTSTypeParameter(node: object | null | undefined, opts?: object): node is TSTypeParameter;2882 …rtTSTypeParameter(node: object | null | undefined, opts?: object): asserts node is TSTypeParameter;