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