4 lines
182 B
TypeScript
Raw Normal View History

2024-07-07 18:49:38 -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;