twing
Version:
First-class Twig engine for the JavaScript ecosystem
5 lines (4 loc) • 304 B
TypeScript
import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor";
import { TwingApplyNode } from "../node/apply";
export declare const executeApplyNode: TwingNodeExecutor<TwingApplyNode>;
export declare const executeApplyNodeSynchronously: TwingSynchronousNodeExecutor<TwingApplyNode>;