UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

5 lines (4 loc) 308 B
import type { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor"; import type { TwingLineNode } from "../node/line"; export declare const executeLineNode: TwingNodeExecutor<TwingLineNode>; export declare const executeLineNodeSynchronously: TwingSynchronousNodeExecutor<TwingLineNode>;