prisma-map - v3.0.1
    Preparing search index...

    Function mapPrismaValues

    • Recursively maps values.

      In the pursuit of performance, this mutates the first argument, value, and returns nothing.

      Parameters

      • value: unknown
      • mappers: readonly PrismaValueMapper[]
      • Optionalparent: Readonly<{ childKey: PropertyKey; parentValue: AnyObject }>

      Returns Promise<void>