UNPKG

twing

Version:

First-class Twig engine for Node.js

5 lines (4 loc) 304 B
import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor"; import { TwingFlushNode } from "../node/flush"; export declare const executeFlushNode: TwingNodeExecutor<TwingFlushNode>; export declare const executeFlushNodeSynchronously: TwingSynchronousNodeExecutor<TwingFlushNode>;