Type alias ProcessFunction

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

Type declaration

    • (v: any, k: string, x: object): void
    • Handle processing of values in an object.

      Parameters

      • v: any

        value in object

      • k: string

        key of value in object

      • x: object

        object containing the value

      Returns void

Generated using TypeDoc