twing
Version:
First-class Twig engine for the JavaScript ecosystem
5 lines (4 loc) • 370 B
TypeScript
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>;