dns-witch.net.eu.org/node_modules/liquidjs/dist/render/boolean.d.ts
2025-07-05 18:19:59 +02:00

3 lines
182 B
TypeScript

import { Context } from '../context/context';
export declare function isTruthy(val: any, ctx: Context): boolean;
export declare function isFalsy(val: any, ctx: Context): boolean;