Function: getTypeParameterNames()
function getTypeParameterNames(node: TypeParameterizedNode): readonly string[];
Defined in: _internal/type-parameters.ts:14
Read declared generic type-parameter names from a supported node.
Parametersโ
nodeโ
Returnsโ
readonly string[]