UNPKG

brazejs

Version:

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

5 lines (4 loc) 228 B
import Token from './token'; export default class DelimitedToken extends Token { constructor(raw: string, value: string, input: string, line: number, pos: number, trimLeft: boolean, trimRight: boolean, file?: string); }