property AsyncObjectMapper.prototype.schemaMap

For faster runtime performance, the object mapper schema is converted to a Map instance.

Type

Map<keyof TOutput, AsyncMapperSchemaValue<TInput, TOutput, TContext>>

Usage

import { AsyncObjectMapper } from ".";