summaryrefslogtreecommitdiff
path: root/node_modules/liquidjs/dist/render/boolean.d.ts
blob: 635407596bced7faae17f62219efaecc75baff3b (plain)
1
2
3
import { Context } from '../context/context';
export declare function isTruthy(val: any, ctx: Context): boolean;
export declare function isFalsy(val: any, ctx: Context): boolean;