twing
Version:
First-class Twig engine for the JavaScript ecosystem
5 lines (4 loc) • 378 B
TypeScript
import type { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../../node-executor";
import type { TwingParentFunctionNode } from "../../node/expression/parent-function";
export declare const executeParentFunction: TwingNodeExecutor<TwingParentFunctionNode>;
export declare const executeParentFunctionSynchronously: TwingSynchronousNodeExecutor<TwingParentFunctionNode>;