UNPKG

liquidjs

Version:

A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.

6 lines (5 loc) 205 B
import { Liquid, TopLevelToken, TagToken, Tag } from '..'; export default class extends Tag { constructor(tagToken: TagToken, remainTokens: TopLevelToken[], liquid: Liquid); render(): void; }