UNPKG

brazejs

Version:

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

6 lines (5 loc) 219 B
import Token from './token'; export default class HTMLToken extends Token { constructor(str: string, input: string, line: number, col: number, file?: string); static is(token: Token): token is HTMLToken; }