mapFromAsync.omit(this: void): Promise<OmitProperty>
Returns the symbol OmitProperty, which will tell the
mapper to omit the property from the output object.
const objectMapperSchema = { out: mapFrom.omit, }
Promise<OmitProperty>
mapFromAsync.omit(this: void): Promise<OmitProperty>
Returns the symbol OmitProperty, which will tell the
mapper to omit the property from the output object.
const objectMapperSchema = { out: mapFrom.omit, }
Promise<OmitProperty>
import { mapFromAsync } from ".";