Files
fedi-classifieds/node_modules/liquidjs/dist/render/boolean.d.ts

4 lines
179 B
TypeScript
Raw Normal View History

2026-04-29 08:30:52 -07:00
import { Context } from '../context/context';
export declare function isTruthy(val: any, ctx: Context): boolean;
export declare function isFalsy(val: any, ctx: Context): boolean;