UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

5 lines (4 loc) 370 B
import type { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../../node-executor"; import type { TwingBlockFunctionNode } from "../../node/expression/block-function"; export declare const executeBlockFunction: TwingNodeExecutor<TwingBlockFunctionNode>; export declare const executeSynchronousBlockFunction: TwingSynchronousNodeExecutor<TwingBlockFunctionNode>;