UNPKG

xpm

Version:

The xPack project manager command line tool

4 lines (3 loc) 182 B
import { Context } from '../context/context'; export declare function isTruthy(val: any, ctx: Context): boolean; export declare function isFalsy(val: any, ctx: Context): boolean;