twing
Version:
First-class Twig engine for Node.js
5 lines (4 loc) • 326 B
TypeScript
import type { TwingNodeExecutor, TwingSynchronousNodeExecutor } from "../node-executor";
import type { TwingCommentNode } from "../node/comment";
export declare const executeCommentNode: TwingNodeExecutor<TwingCommentNode>;
export declare const executeCommentNodeSynchronously: TwingSynchronousNodeExecutor<TwingCommentNode>;