Function: hasLiquidCallable()
hasLiquidCallable(
value):value is LiquidCallable
A type predicate for the LiquidCallable interface.
Parameters
• value: unknown
A value that may or may not implement the LiquidCallable interface.
Returns
value is LiquidCallable
true if the argument value implements the LiquidCallable interface,
false otherwise.