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