UNPKG

liquidjs

Version:

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

7 lines (6 loc) 174 B
import { Drop } from '../drop/drop'; export interface PlainObject { [key: string]: any; toLiquid?: () => any; } export declare type Scope = PlainObject | Drop;