Type alias CombineFunction

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

Type declaration

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

      Returns

      combined value

      Parameters

      • a: any

        a value

      • b: any

        another value

      Returns any

Generated using TypeDoc