Type alias MapFunction

MapFunction: ((v, k, x) => any)

Type declaration

    • (v, k, x): any
    • Handle transformation of a value to another.

      Parameters

      • v: any

        value in object

      • k: string

        key of value in object

      • x: object

        object containing the value

      Returns any

      transformed value

Generated using TypeDoc