2024-11-03 17:41:45 +01: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;