UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

5 lines (4 loc) 210 B
import { TwingBaseNode } from "../node"; export interface TwingFlushNode extends TwingBaseNode<"flush"> { } export declare const createFlushNode: (line: number, column: number, tag?: string) => TwingFlushNode;