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