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