Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts1189 export interface TSTypeParameter extends Node { interface
1198 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;