UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

5 lines (4 loc) 325 B
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>;