UNPKG

twing

Version:

First-class Twig engine for Node.js

5 lines (4 loc) 304 B
import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor"; import { TwingApplyNode } from "../node/apply"; export declare const executeApplyNode: TwingNodeExecutor<TwingApplyNode>; export declare const executeApplyNodeSynchronously: TwingSynchronousNodeExecutor<TwingApplyNode>;