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

Always map the output value to null

const objectMapperSchema = {
  out: mapFrom.null,
}

Parameters

this: void

Return Type

Promise<null>

Usage

import { mapFromAsync } from ".";