• The provided object is used to build an object using the provided Transformer. It's useful for enforcing complete transformation of one format to another.

    Type Parameters

    • From

    • To

    • Context = {}

    Parameters

    • from: From
    • transformer: Transformer<From, To, Context>
    • Optional context: Context

    Returns Promise<To>

Generated using TypeDoc