web-blog/node_modules/liquidjs/dist/render/boolean.d.ts

4 lines
182 B
TypeScript
Raw Permalink Normal View History

2026-05-29 18:34:34 +00:00
import { Context } from '../context/context';
export declare function isTruthy(val: any, ctx: Context): boolean;
export declare function isFalsy(val: any, ctx: Context): boolean;