UNPKG

liquidjs

Version:

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

9 lines (8 loc) 210 B
export declare class Emitter { html: any; break: boolean; continue: boolean; private keepOutputType?; constructor(keepOutputType: boolean | undefined); write(html: any): void; }