transformObj<From, To, Context>(from: From, transformer: Transformer<From, To, Context>, context?: Context): Promise<To>
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.
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.