method mapFromAsync.omit
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,
}

Parameters

this: void

Return Type

Promise<OmitProperty>

Usage

import { mapFromAsync } from ".";