Skip to content

[I] TypeInstantiationMap

Maps type arguments to instantiated type.

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

undefined | Type


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

void