Files

4 lines
179 B
TypeScript
Raw Permalink Normal View History

2026-03-31 16:38:22 -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;