Files
2026-04-02 18:39:00 -05:00

4 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;