UNPKG

liquidjs

Version:

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

6 lines (5 loc) 198 B
import { Context } from '../context/context'; export interface Operators { [key: string]: (lhs: any, rhs: any, ctx: Context) => boolean; } export declare const defaultOperators: Operators;