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'; interface ScopeObject extends Record<string, any> { toLiquid?: () => any; } export type Scope = ScopeObject | Drop; export {};