UNPKG

182 BTypeScriptView Raw
1import { Context } from '../context/context';
2export declare function isTruthy(val: any, ctx: Context): boolean;
3export declare function isFalsy(val: any, ctx: Context): boolean;