Skip to content

[I] TypeInstantiationMap

Maps type arguments to instantiated type.

get(args): Type | undefined;
ParameterType
argsreadonly ( | Type | Value | IndeterminateEntity)[]

Type | undefined


set(args, type): void;
ParameterType
argsreadonly ( | Type | Value | IndeterminateEntity)[]
typeType

void