combineValues
combineValues(
objA,objB): [boolean,any]
Combines two values.
Parameters
• objA: any
The first value.
• objB: any
The second value.
Returns
[boolean, any]
A tuple where the first element is a boolean indicating whether the values were combined, and the second element is the combined value.
Source
Generated using typedoc-plugin-markdown and TypeDoc