Type alias MapFunction

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

Type declaration

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

      Returns

      transformed value

      Parameters

      • v: any

        value in object

      • k: string

        key of value in object

      • x: object

        object containing the value

      Returns any

Generated using TypeDoc