twing
Version:
First-class Twig engine for the JavaScript ecosystem
5 lines (4 loc) • 325 B
TypeScript
import type { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../../node-executor";
import type { TwingHashNode } from "../../node/expression/hash";
export declare const executeHashNode: TwingNodeExecutor<TwingHashNode>;
export declare const executeHashNodeSynchronously: TwingSynchronousNodeExecutor<TwingHashNode>;