method mapFrom.undefined
mapFrom.undefined(this: void): undefined

Always map the output value to undefined

const objectMapperSchema = {
  out: mapFrom.undefined,
}

Parameters

this: void

Return Type

undefined

Usage

import { mapFrom } from ".";