Function resolveType

  • Resolve a type by name. Useful for serialization (e.g. with JSON)

    Type Parameters

    • V

    Parameters

    • typename: string

    Returns undefined | Type<V>