method mapFromAsync.undefined
mapFromAsync.undefined(this: void): Promise<undefined>

Always map the output value to undefined

const objectMapperSchema = {
  out: mapFrom.undefined,
}

Parameters

this: void

Return Type

Promise<undefined>

Usage

import { mapFromAsync } from ".";