A callable function, equivalent to calling ObjectMapper#map
.
It also exposes ObjectMapperFunction#schema
as a readonly property.
(value: TInput,context: OptionalArgIfUndefined<TContext>,): TOutput
readonly
schema: ObjectMapperSchema<TInput, TOutput, TContext>