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