Skip to content

[I] TypeInstantiationMap

Maps type arguments to instantiated type.

Methods

get()

get(args): undefined | Type

Parameters

ParameterType
argsreadonly (Type | Value | IndeterminateEntity)[]

Returns

undefined | Type


set()

set(args, type): void

Parameters

ParameterType
argsreadonly (Type | Value | IndeterminateEntity)[]
typeType

Returns

void