method 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,
}

Parameters

this: void

Return Type

Usage

import { mapFrom } from ".";