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