UNPKG

dropkiq

Version:

Liquid Expressions Simplified

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