functionsFunction: isLiquidTruthy()On this pageFunction: isLiquidTruthy() isLiquidTruthy(value): boolean Check a value for Liquid truthiness. Parameters • value: unknown Any value Returns boolean true if the value is Liquid truthy, false otherwise. Defined in src/expression.ts:977