Constructors

Properties

closedTypesMap: Map<string, Type>
learnedTypesMap: Map<string, Type>
openTypesFactories: Map<string, TypeFactory>

Methods

  • Maps a "raw type" object to a "known (specific) type" object. In the process, it also learns the new type. Can only map types if their dependencies were previously learned (through mapping).

    Parameters

    Returns Type

Generated using TypeDoc