UNPKG

brazejs

Version:

Liquid template engine for the Braze variant by pure JavaScript: compatible to Braze, easy to extend.

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