UNPKG

twing

Version:

First-class Twig engine for Node.js

5 lines (4 loc) 292 B
import { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor"; import { TwingSetNode } from "../node/set"; export declare const executeSetNode: TwingNodeExecutor<TwingSetNode>; export declare const executeSetNodeSynchronously: TwingSynchronousNodeExecutor<TwingSetNode>;