Type alias CombineFunction

CombineFunction: ((a, b) => any)

Type declaration

    • (a, b): any
    • Handle combining of two values.

      Parameters

      • a: any

        a value

      • b: any

        another value

      Returns any

      combined value

Generated using TypeDoc