UNPKG

liquidjs

Version:

A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.

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;